freebsd-ports/devel/p5-Getopt-EX/Makefile
Hiroki Sato bcecbd8f51 Add textproc/greple and devel/p5-Getopt-EX, which greple depends on.
Greple is an egrep-like command-line tool which supports keyword search
in a way similar to popular WWW search engines in addition to regex.
2017-03-31 09:11:09 +00:00

25 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= Getopt-EX
PORTVERSION= 7.1.20170330
DISTVERSIONPREFIX= v
CATEGORIES= devel perl5
PKGNAMEPREFIX= p5-
MAINTAINER= hrs@FreeBSD.org
COMMENT= Getopt Extender
LICENSE= ART10
USES= perl5
USE_PERL5= run
USE_GITHUB= yes
GH_TUPLE= kaz-utashiro:greple:084c10e
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC}/lib && \
${COPYTREE_SHARE} Getopt ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
.include <bsd.port.mk>