diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-01 23:39:45 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-01-01 23:39:45 +0000 |
| commit | 2effb7042b5bd4fc550a6b0b82eafe18fcc056f2 (patch) | |
| tree | a90205d12dae34e21795f70c7365090800ae28cb | |
| parent | c75d96709461b0e737bcf24badf1dff3d23cafca (diff) | |
Notes
| -rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 9 | ||||
| -rw-r--r-- | astro/p5-Astro-SpaceTrack/pkg-plist | 2 | ||||
| -rw-r--r-- | databases/p5-Redis/Makefile | 8 | ||||
| -rw-r--r-- | devel/p5-IO-Async/Makefile | 9 | ||||
| -rw-r--r-- | devel/p5-IO-Pipely/Makefile | 9 | ||||
| -rw-r--r-- | devel/p5-Lexical-Var/Makefile | 8 | ||||
| -rw-r--r-- | devel/p5-Lexical-Var/pkg-plist | 4 | ||||
| -rw-r--r-- | devel/p5-Tree-DAG_Node/Makefile | 5 | ||||
| -rw-r--r-- | lang/p5-Expect/Makefile | 8 | ||||
| -rw-r--r-- | lang/p5-Expect/pkg-plist | 2 | ||||
| -rw-r--r-- | misc/p5-Business-ISBN/Makefile | 8 | ||||
| -rw-r--r-- | misc/p5-Business-ISBN/pkg-plist | 6 | ||||
| -rw-r--r-- | net/p5-Net/Makefile | 4 | ||||
| -rw-r--r-- | security/p5-Filter-Crypto/Makefile | 8 | ||||
| -rw-r--r-- | textproc/p5-Pod-Markdown/Makefile | 9 | ||||
| -rw-r--r-- | textproc/p5-XML-Encoding/Makefile | 8 | ||||
| -rw-r--r-- | textproc/p5-XML-Encoding/pkg-plist | 2 | ||||
| -rw-r--r-- | www/p5-Catalyst-Plugin-ErrorCatcher/Makefile | 10 | ||||
| -rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 16 | ||||
| -rw-r--r-- | www/p5-HTML-SimpleLinkExtor/Makefile | 8 | ||||
| -rw-r--r-- | www/p5-HTML-SimpleLinkExtor/pkg-plist | 2 |
21 files changed, 24 insertions, 121 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 8dbe4838b06b..30530155fbc5 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -28,11 +28,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long -RUN_DEPENDS+= p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/p5-Astro-SpaceTrack/pkg-plist b/astro/p5-Astro-SpaceTrack/pkg-plist index d8125b865d60..27e7fccd939e 100644 --- a/astro/p5-Astro-SpaceTrack/pkg-plist +++ b/astro/p5-Astro-SpaceTrack/pkg-plist @@ -1,6 +1,6 @@ bin/SpaceTrack %%SITE_PERL%%/Astro/SpaceTrack.pm %%SITE_PERL%%/Astro/SpaceTrack/BulkData.pod +%%PERL5_MAN1%%/SpaceTrack.1.gz %%PERL5_MAN3%%/Astro::SpaceTrack.3.gz %%PERL5_MAN3%%/Astro::SpaceTrack::BulkData.3.gz -%%PERL5_MAN1%%/SpaceTrack.1.gz diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index 7284e881d74c..766ea1696313 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -25,10 +25,4 @@ TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.63.02:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile index c61bc33a53bb..03b36e797ba2 100644 --- a/devel/p5-IO-Async/Makefile +++ b/devel/p5-IO-Async/Makefile @@ -26,11 +26,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Socket>=2.007:${PORTSDIR}/net/p5-Socket -RUN_DEPENDS+= p5-Socket>=2.007:${PORTSDIR}/net/p5-Socket -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-IO-Pipely/Makefile b/devel/p5-IO-Pipely/Makefile index c2e3bf893de4..471a20445ab2 100644 --- a/devel/p5-IO-Pipely/Makefile +++ b/devel/p5-IO-Pipely/Makefile @@ -20,11 +20,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Exporter>=5.68:${PORTSDIR}/devel/p5-Exporter -RUN_DEPENDS+= p5-Exporter>=5.68:${PORTSDIR}/devel/p5-Exporter -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Lexical-Var/Makefile b/devel/p5-Lexical-Var/Makefile index 8e0d1654a9f5..7bae51772e93 100644 --- a/devel/p5-Lexical-Var/Makefile +++ b/devel/p5-Lexical-Var/Makefile @@ -17,13 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BROKEN= does not build with perl < 5.18 -.endif - post-patch: @${REINPLACE_CMD} -e '/Lexical::SealRequireHints/d' ${WRKSRC}/Build.PL ${WRKSRC}/lib/Lexical/Var.pm -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Lexical-Var/pkg-plist b/devel/p5-Lexical-Var/pkg-plist index 6c323cf514df..011742543630 100644 --- a/devel/p5-Lexical-Var/pkg-plist +++ b/devel/p5-Lexical-Var/pkg-plist @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Lexical::Sub.3.gz -%%PERL5_MAN3%%/Lexical::Var.3.gz %%SITE_ARCH%%/Lexical/Sub.pm %%SITE_ARCH%%/Lexical/Var.pm %%SITE_ARCH%%/auto/Lexical/Var/Var.so +%%PERL5_MAN3%%/Lexical::Sub.3.gz +%%PERL5_MAN3%%/Lexical::Var.3.gz diff --git a/devel/p5-Tree-DAG_Node/Makefile b/devel/p5-Tree-DAG_Node/Makefile index af8e3c37f31b..9dec2e71868d 100644 --- a/devel/p5-Tree-DAG_Node/Makefile +++ b/devel/p5-Tree-DAG_Node/Makefile @@ -21,11 +21,6 @@ USE_PERL5= configure .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -.endif - .if ${PERL_LEVEL} < 502200 TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple .endif diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 1fac0825862d..f0876be2ac0c 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist index abebca8726ce..d028bd6777c7 100644 --- a/lang/p5-Expect/pkg-plist +++ b/lang/p5-Expect/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Expect.3.gz %%SITE_PERL%%/Expect.pm +%%PERL5_MAN3%%/Expect.3.gz diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 8207a350ff98..07fb918a4c35 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -32,10 +32,4 @@ BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Business-ISBN/pkg-plist b/misc/p5-Business-ISBN/pkg-plist index 6b5bd4244639..cf27786c2a8a 100644 --- a/misc/p5-Business-ISBN/pkg-plist +++ b/misc/p5-Business-ISBN/pkg-plist @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/Business::ISBN.3.gz -%%PERL5_MAN3%%/Business::ISBN10.3.gz -%%PERL5_MAN3%%/Business::ISBN13.3.gz %%SITE_PERL%%/Business/ISBN.pm %%SITE_PERL%%/Business/ISBN10.pm %%SITE_PERL%%/Business/ISBN13.pm +%%PERL5_MAN3%%/Business::ISBN.3.gz +%%PERL5_MAN3%%/Business::ISBN10.3.gz +%%PERL5_MAN3%%/Business::ISBN13.3.gz diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 6a661696d026..ff0f15eb2d5f 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -34,10 +34,6 @@ USE_PERL5= configure .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - .if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-IO-Socket-IP>=0.20:${PORTSDIR}/net/p5-IO-Socket-IP RUN_DEPENDS+= p5-IO-Socket-IP>=0.20:${PORTSDIR}/net/p5-IO-Socket-IP diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index 2be46d6a598c..147eb1ec8d35 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -21,10 +21,4 @@ USE_PERL5= configure USE_OPENSSL= yes CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.66:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile index 7ff38f07a7c8..9d94fdc19e67 100644 --- a/textproc/p5-Pod-Markdown/Makefile +++ b/textproc/p5-Pod-Markdown/Makefile @@ -20,11 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Encoding/Makefile b/textproc/p5-XML-Encoding/Makefile index 693c854ebee0..7df8ea81523a 100644 --- a/textproc/p5-XML-Encoding/Makefile +++ b/textproc/p5-XML-Encoding/Makefile @@ -20,10 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Encoding/pkg-plist b/textproc/p5-XML-Encoding/pkg-plist index 2605274a7b97..0679473c942a 100644 --- a/textproc/p5-XML-Encoding/pkg-plist +++ b/textproc/p5-XML-Encoding/pkg-plist @@ -1,6 +1,6 @@ bin/compile_encoding bin/make_encmap -%%PERL5_MAN3%%/XML::Encoding.3.gz %%SITE_PERL%%/XML/Encoding.pm %%PERL5_MAN1%%/compile_encoding.1.gz %%PERL5_MAN1%%/make_encmap.1.gz +%%PERL5_MAN3%%/XML::Encoding.3.gz diff --git a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile index d2164e6e34a3..c904463dbb9b 100644 --- a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile +++ b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -41,11 +42,4 @@ TEST_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Cata USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 501800 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 26335f96abb0..5849fa95022a 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -32,6 +32,7 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \ p5-JSON-MaybeXS>=1:${PORTSDIR}/converters/p5-JSON-MaybeXS \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ p5-MooseX-Getopt>=0.48:${PORTSDIR}/devel/p5-MooseX-Getopt \ @@ -72,17 +73,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode -RUN_DEPENDS+= p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode -.endif - -# Devel::InnerPackage (in Module::Pluggable) will be removed from core since Perl 5.20 -.if ${PERL_LEVEL} >= 501800 -BUILD_DEPENDS+= p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-HTML-SimpleLinkExtor/Makefile b/www/p5-HTML-SimpleLinkExtor/Makefile index 7ecb530a909d..780678d95230 100644 --- a/www/p5-HTML-SimpleLinkExtor/Makefile +++ b/www/p5-HTML-SimpleLinkExtor/Makefile @@ -23,10 +23,4 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-HTML-SimpleLinkExtor/pkg-plist b/www/p5-HTML-SimpleLinkExtor/pkg-plist index a603ff02cfa5..9f141b8cc2d6 100644 --- a/www/p5-HTML-SimpleLinkExtor/pkg-plist +++ b/www/p5-HTML-SimpleLinkExtor/pkg-plist @@ -1,5 +1,5 @@ bin/linktractor -%%PERL5_MAN3%%/HTML::SimpleLinkExtor.3.gz %%SITE_PERL%%/HTML/SimpleLinkExtor.pm %%SITE_PERL%%/auto/HTML/SimpleLinkExtor/autosplit.ix %%PERL5_MAN1%%/linktractor.1.gz +%%PERL5_MAN3%%/HTML::SimpleLinkExtor.3.gz |
