1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/yaggo/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

22 lines
348 B
Makefile

# $FreeBSD$
PORTNAME= yaggo
PORTVERSION= 1.5.9
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= jwb@FreeBSD.org
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>