freebsd-ports/devel/yaggo/Makefile
Jason W. Bacon d25fa2e8d5 devel/yaggo: Update to 1.5.11
Minor robustness improvements
Add makeshift shebangfix
Changes: https://github.com/gmarcais/yaggo/releases

Reported by:    portscout
2023-08-06 14:42:02 -05:00

25 lines
496 B
Makefile

PORTNAME= yaggo
PORTVERSION= 1.5.11
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= jwb@FreeBSD.org
COMMENT= Generate command line parser using getopt_long
WWW= https://github.com/gmarcais/yaggo
LICENSE= GPLv3
USES= ruby
USE_GITHUB= yes
GH_ACCOUNT= gmarcais
NO_ARCH= yes
PLIST_FILES= bin/yaggo man/man1/yaggo.1.gz share/doc/yaggo/README.md
pre-configure:
@${REINPLACE_CMD} -e 's|/usr/bin/env ruby|${PREFIX}/bin/ruby|g' \
${WRKSRC}/bin/create_yaggo_one_file
.include <bsd.port.mk>