mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
be26d1d912
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
22 lines
348 B
Makefile
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>
|