diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:45:38 +0000 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:45:38 +0000 |
commit | bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558 (patch) | |
tree | 0af98c25fc0d67ccc871639ecd10e8476cfd8de7 /misc | |
parent | a72ed0005b1dc840337c91df5cde89b1015c75f8 (diff) | |
download | FreeBSD-ports-bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558.zip FreeBSD-ports-bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558.tar.gz |
- 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 'misc')
-rw-r--r-- | misc/p5-Bot-Training-MegaHAL/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Bot-Training-StarCraft/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Bot-Training/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Bing/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Geocoder-US/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Many/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Mapquest/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Multimap/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-OSM/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Ovi/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-PlaceFinder/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-TomTom/Makefile | 8 |
13 files changed, 13 insertions, 67 deletions
diff --git a/misc/p5-Bot-Training-MegaHAL/Makefile b/misc/p5-Bot-Training-MegaHAL/Makefile index b1f3037..922bc5d 100644 --- a/misc/p5-Bot-Training-MegaHAL/Makefile +++ b/misc/p5-Bot-Training-MegaHAL/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-In RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= Bot::Training::MegaHAL.3 diff --git a/misc/p5-Bot-Training-StarCraft/Makefile b/misc/p5-Bot-Training-StarCraft/Makefile index c466d0c..6ce3dd3 100644 --- a/misc/p5-Bot-Training-StarCraft/Makefile +++ b/misc/p5-Bot-Training-StarCraft/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= Bot::Training::StarCraft.3 diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index e41e4a8..8a7e669 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.10+ +PERL_CONFIGURE= yes MAN1= bot-training.1 diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index 1b93fd7..2e587e3 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -29,10 +29,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Bing.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Geocoder-US/Makefile b/misc/p5-Geo-Coder-Geocoder-US/Makefile index b1fa0dc..d346e07 100644 --- a/misc/p5-Geo-Coder-Geocoder-US/Makefile +++ b/misc/p5-Geo-Coder-Geocoder-US/Makefile @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Geocoder::US.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/misc/p5-Geo-Coder-Many/Makefile b/misc/p5-Geo-Coder-Many/Makefile index 3289e08..616cbf0 100644 --- a/misc/p5-Geo-Coder-Many/Makefile +++ b/misc/p5-Geo-Coder-Many/Makefile @@ -32,7 +32,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= Geo::Coder::Many.3 \ Geo::Coder::Many::Bing.3 \ diff --git a/misc/p5-Geo-Coder-Mapquest/Makefile b/misc/p5-Geo-Coder-Mapquest/Makefile index 59506ea..9f6ff0f 100644 --- a/misc/p5-Geo-Coder-Mapquest/Makefile +++ b/misc/p5-Geo-Coder-Mapquest/Makefile @@ -29,10 +29,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Mapquest.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Multimap/Makefile b/misc/p5-Geo-Coder-Multimap/Makefile index 7411001..aebdf47 100644 --- a/misc/p5-Geo-Coder-Multimap/Makefile +++ b/misc/p5-Geo-Coder-Multimap/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Multimap.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Navteq/Makefile b/misc/p5-Geo-Coder-Navteq/Makefile index 5c5425b..ce7a39cc 100644 --- a/misc/p5-Geo-Coder-Navteq/Makefile +++ b/misc/p5-Geo-Coder-Navteq/Makefile @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Navteq.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index 3eab85b..07993ae 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::OSM.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Ovi/Makefile b/misc/p5-Geo-Coder-Ovi/Makefile index 954a535..4172dcc 100644 --- a/misc/p5-Geo-Coder-Ovi/Makefile +++ b/misc/p5-Geo-Coder-Ovi/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Ovi.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-PlaceFinder/Makefile b/misc/p5-Geo-Coder-PlaceFinder/Makefile index 9c7a525..a9fde87 100644 --- a/misc/p5-Geo-Coder-PlaceFinder/Makefile +++ b/misc/p5-Geo-Coder-PlaceFinder/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::PlaceFinder.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-TomTom/Makefile b/misc/p5-Geo-Coder-TomTom/Makefile index 2faca1d..bd36e0c 100644 --- a/misc/p5-Geo-Coder-TomTom/Makefile +++ b/misc/p5-Geo-Coder-TomTom/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::TomTom.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |