mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b91f242faf
Approved by: portmgr (blanket)
23 lines
493 B
Makefile
23 lines
493 B
Makefile
PORTNAME= retry
|
|
DISTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= https://github.com/minfrin/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
|
|
|
|
MAINTAINER= jon@zikomo.xyz
|
|
COMMENT= Retry a command until the command succeeds
|
|
WWW= https://github.com/minfrin/retry
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/retry \
|
|
share/man/man1/retry.1.gz
|
|
|
|
.include <bsd.port.mk>
|