diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 00:47:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 00:47:54 +0000 |
commit | f507ceb5f87956f39584a708bcec7de388444f36 (patch) | |
tree | 373dfae926e0474300c2cee080f12c17a84dd228 /editors/p5-Padre | |
parent | a872a8630ed1cfe2de088ae1bd0996a45d0a6263 (diff) | |
download | ports-f507ceb5f87956f39584a708bcec7de388444f36.tar.gz ports-f507ceb5f87956f39584a708bcec7de388444f36.zip |
Notes
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r-- | editors/p5-Padre/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 39de6d5d5bf1..b4c5a7e38953 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -3,7 +3,7 @@ PORTNAME= Padre PORTVERSION= 1.00 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- @@ -27,14 +27,12 @@ BUILD_DEPENDS= p5-JSON-XS>=2.29:converters/p5-JSON-XS \ p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \ p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \ p5-Class-XSAccessor>=1.13:devel/p5-Class-XSAccessor \ - p5-Data-Dumper>=2.101:devel/p5-Data-Dumper \ p5-Debug-Client>=0.20:devel/p5-Debug-Client \ p5-Devel-Dumpvar>=0.04:devel/p5-Devel-Dumpvar \ p5-Devel-Refactor>=0.05:devel/p5-Devel-Refactor \ p5-File-Copy-Recursive>=0.37:devel/p5-File-Copy-Recursive \ p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \ p5-File-HomeDir>=0.84:devel/p5-File-HomeDir \ - p5-File-Path>=2.08:devel/p5-File-Path \ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ p5-IO-stringy>=2.110:devel/p5-IO-stringy \ p5-IPC-Run>=0.83:devel/p5-IPC-Run \ @@ -91,8 +89,8 @@ WXSC_DISTFILE= ${WXSC_DISTNAME}.tar.gz .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502100 -BUILD_DEPENDS+= p5-CGI>0:www/p5-CGI -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI +BUILD_DEPENDS+= p5-CGI>=3.47:www/p5-CGI +RUN_DEPENDS+= p5-CGI>=3.47:www/p5-CGI .endif .if exists(${PERL}) |