diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-03-09 02:45:38 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-03-09 02:45:38 +0800 |
commit | bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558 (patch) | |
tree | 0af98c25fc0d67ccc871639ecd10e8476cfd8de7 /x11-toolkits | |
parent | a72ed0005b1dc840337c91df5cde89b1015c75f8 (diff) | |
download | freebsd-ports-gnome-bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558.tar.gz freebsd-ports-gnome-bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558.tar.zst freebsd-ports-gnome-bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558.zip |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Action/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Role-Dialog/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Role-HasWidgets/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile | 8 |
5 files changed, 6 insertions, 28 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index 39ae94f6d3b5..cb3ff08c2621 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -24,10 +24,6 @@ PERL_MODBUILD= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500809 -BUILD_DEPENDS+= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - .if defined(WITH_UNICODE) WX_UNICODE= yes WX_UNI= uni_ diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile index 25d4df349472..f20eb6ab8c64 100644 --- a/x11-toolkits/p5-Tk-Action/Makefile +++ b/x11-toolkits/p5-Tk-Action/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= Tk::Action.3 diff --git a/x11-toolkits/p5-Tk-Role-Dialog/Makefile b/x11-toolkits/p5-Tk-Role-Dialog/Makefile index 31df5a6545e4..05289e22da0f 100644 --- a/x11-toolkits/p5-Tk-Role-Dialog/Makefile +++ b/x11-toolkits/p5-Tk-Role-Dialog/Makefile @@ -28,14 +28,8 @@ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-Tk-Role-HasWidgets>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/p5-Tk-Role-HasWidgets \ p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar -PERL_MODBUILD= 5.10.0+ +PERL_MODBUILD= yes MAN3= Tk::Role::Dialog.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile index 05913024ec8c..75eb8146b8b8 100644 --- a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile +++ b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile @@ -20,14 +20,8 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar -PERL_MODBUILD= 5.10.0+ +PERL_MODBUILD= yes MAN3= Tk::Role::HasWidgets.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile index a7621f25dced..9eaccf1b220a 100644 --- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile +++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= Wx::Perl::ProcessStream.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |