acf37be223
Sponsored by: Absolight
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# Created by: Jason Bacon <bacon4000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaggo
|
|
PORTVERSION= 1.5.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
COMMENT= Generate command line parser using getopt_long
|
|
|
|
LICENSE= GPLv3
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gmarcais
|
|
|
|
PLIST_FILES= bin/yaggo man/man1/yaggo.1.gz share/doc/yaggo/README.md
|
|
|
|
.include <bsd.port.mk>
|