freebsd-ports/devel/p5-Regexp-RegGrp/Makefile
Sunpoet Po-Chuan Hsieh 49f70f8cb3 - Support STAGEDIR
2013-09-30 20:25:25 +00:00

19 lines
440 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-RegGrp
PORTVERSION= 1.002.001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Groups a regular expressions collection
TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>