diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:12:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:12:07 +0000 |
commit | b73db0664b97669deacfae83e3a4f9feec40ef26 (patch) | |
tree | a0462cb1a1af1eddadec3ffc35c957942f035103 /devel | |
parent | 13976ad573f2fbf2620a08b88e38965ab03254d6 (diff) | |
download | ports-b73db0664b97669deacfae83e3a4f9feec40ef26.tar.gz ports-b73db0664b97669deacfae83e3a4f9feec40ef26.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Regexp-RegGrp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Regexp-RegGrp/Makefile b/devel/p5-Regexp-RegGrp/Makefile index bf7eb9d44bf3..9d268ad47715 100644 --- a/devel/p5-Regexp-RegGrp/Makefile +++ b/devel/p5-Regexp-RegGrp/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= Regexp-RegGrp -PORTVERSION= 1.002.001 -PORTREVISION= 1 +PORTVERSION= 1.002001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Groups a regular expressions collection +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure |