diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-08-16 00:03:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-08-16 00:03:14 +0000 |
commit | 773da635b3e59b0ee2f68c5a1a0e986fe006d320 (patch) | |
tree | 2d7a024164fe176d3f2e1bfc4d090a3c934ed4d1 /textproc/p5-PPIx-Regexp/Makefile | |
parent | 084402f2c99cb3380b9793efddbcdc4cbb3ce18d (diff) | |
download | ports-773da635b3e59b0ee2f68c5a1a0e986fe006d320.tar.gz ports-773da635b3e59b0ee2f68c5a1a0e986fe006d320.zip |
Notes
Diffstat (limited to 'textproc/p5-PPIx-Regexp/Makefile')
-rw-r--r-- | textproc/p5-PPIx-Regexp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index b85248ab90fd..4523e101e55c 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PPIx-Regexp -PORTVERSION= 0.061 +PORTVERSION= 0.062 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -19,6 +19,8 @@ LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSES/Copying BUILD_DEPENDS= p5-PPI>=1.117:textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= limit:^[^_]+$$ + USES= perl5 USE_PERL5= configure NO_ARCH= yes |