21 lines
375 B
Makefile
21 lines
375 B
Makefile
|
COMMENT = run a command 'n' times exiting early if it fails
|
||
|
|
||
|
DISTNAME = try_repeat-0.2.0
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
HOMEPAGE = https://tratt.net/laurie/src/try_repeat/
|
||
|
|
||
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
||
|
|
||
|
# Apache-2.0 / MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MASTER_SITES = ${HOMEPAGE:=releases/}
|
||
|
|
||
|
EXTRACT_SUFX = .tgz
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
NO_BUILD = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|