diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-06 21:10:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-06 21:10:07 +0000 |
commit | 754692f74a76e8befd652fe5ab4addffe1925968 (patch) | |
tree | 9cd9ff069f221d2d3033cd56bc9b0e626f311d2f /textproc/p5-CSS-Packer/Makefile | |
parent | de0e11463f1b74fa08b14a96d05a13221f3b525e (diff) | |
download | ports-754692f74a76e8befd652fe5ab4addffe1925968.tar.gz ports-754692f74a76e8befd652fe5ab4addffe1925968.zip |
Notes
Diffstat (limited to 'textproc/p5-CSS-Packer/Makefile')
-rw-r--r-- | textproc/p5-CSS-Packer/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-CSS-Packer/Makefile b/textproc/p5-CSS-Packer/Makefile index 27ac088d3cff..0cc7c7816771 100644 --- a/textproc/p5-CSS-Packer/Makefile +++ b/textproc/p5-CSS-Packer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CSS-Packer -PORTVERSION= 2.05 +PORTVERSION= 2.07 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp TEST_DEPENDS= p5-Test-File-Contents>=0.21:devel/p5-Test-File-Contents \ p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |