Index: head/astro/p5-Astro-SpaceTrack/Makefile =================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile (revision 405037) +++ head/astro/p5-Astro-SpaceTrack/Makefile (revision 405038) @@ -1,38 +1,31 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Astro-SpaceTrack PORTVERSION= 0.092 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve orbital data from www.space-track.org LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ p5-HTTP-Message>=6.03:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= limit:^[0-9\.]*$$ CONFIGURE_ARGS= -y NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.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 +.include Index: head/astro/p5-Astro-SpaceTrack/pkg-plist =================================================================== --- head/astro/p5-Astro-SpaceTrack/pkg-plist (revision 405037) +++ head/astro/p5-Astro-SpaceTrack/pkg-plist (revision 405038) @@ -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 Index: head/databases/p5-Redis/Makefile =================================================================== --- head/databases/p5-Redis/Makefile (revision 405037) +++ head/databases/p5-Redis/Makefile (revision 405038) @@ -1,34 +1,28 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Redis PORTVERSION= 1.9650 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl binding for Redis database LICENSE= ART20 BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.63.02:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/devel/p5-IO-Async/Makefile =================================================================== --- head/devel/p5-IO-Async/Makefile (revision 405037) +++ head/devel/p5-IO-Async/Makefile (revision 405038) @@ -1,36 +1,29 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= IO-Async PORTVERSION= 0.69 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement asynchronous filehandle IO LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Future>=0.33:${PORTSDIR}/devel/p5-Future \ p5-Struct-Dumb>0:${PORTSDIR}/devel/p5-Struct-Dumb RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.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 +.include Index: head/devel/p5-IO-Pipely/Makefile =================================================================== --- head/devel/p5-IO-Pipely/Makefile (revision 405037) +++ head/devel/p5-IO-Pipely/Makefile (revision 405038) @@ -1,30 +1,23 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= IO-Pipely PORTVERSION= 0.005 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Portably create pipe() or pipe-like handles, one way or another LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.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 +.include Index: head/devel/p5-Lexical-Var/Makefile =================================================================== --- head/devel/p5-Lexical-Var/Makefile (revision 405037) +++ head/devel/p5-Lexical-Var/Makefile (revision 405038) @@ -1,29 +1,23 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= Lexical-Var PORTVERSION= 0.009 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for static variables without namespace pollution LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild -.include - -.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 +.include Index: head/devel/p5-Lexical-Var/pkg-plist =================================================================== --- head/devel/p5-Lexical-Var/pkg-plist (revision 405037) +++ head/devel/p5-Lexical-Var/pkg-plist (revision 405038) @@ -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 Index: head/devel/p5-Tree-DAG_Node/Makefile =================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile (revision 405037) +++ head/devel/p5-Tree-DAG_Node/Makefile (revision 405038) @@ -1,33 +1,28 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Tree-DAG_Node PORTVERSION= 1.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Super class for representing nodes in a tree LICENSE= ART20 BUILD_DEPENDS= p5-File-Slurp-Tiny>=0.003:${PORTSDIR}/devel/p5-File-Slurp-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure .include -.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 .include Index: head/lang/p5-Expect/Makefile =================================================================== --- head/lang/p5-Expect/Makefile (revision 405037) +++ head/lang/p5-Expect/Makefile (revision 405038) @@ -1,27 +1,21 @@ # $FreeBSD$ PORTNAME= Expect PORTVERSION= 1.32 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/lang/p5-Expect/pkg-plist =================================================================== --- head/lang/p5-Expect/pkg-plist (revision 405037) +++ head/lang/p5-Expect/pkg-plist (revision 405038) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Expect.3.gz %%SITE_PERL%%/Expect.pm +%%PERL5_MAN3%%/Expect.3.gz Index: head/misc/p5-Business-ISBN/Makefile =================================================================== --- head/misc/p5-Business-ISBN/Makefile (revision 405037) +++ head/misc/p5-Business-ISBN/Makefile (revision 405038) @@ -1,41 +1,35 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Business-ISBN PORTVERSION= 2.010 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BDFOY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Work with International Standard Book Numbers LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Business-ISBN-Data>=20140910.002:${PORTSDIR}/misc/p5-Business-ISBN-Data \ p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode OPTIONS_DEFINE= BARCODE XISBN BARCODE_DESC= Barcode support XISBN_DESC= xISBN support NO_ARCH= yes USES= perl5 USE_PERL5= configure BARCODE_BUILD_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode 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 - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/misc/p5-Business-ISBN/pkg-plist =================================================================== --- head/misc/p5-Business-ISBN/pkg-plist (revision 405037) +++ head/misc/p5-Business-ISBN/pkg-plist (revision 405038) @@ -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 Index: head/net/p5-Net/Makefile =================================================================== --- head/net/p5-Net/Makefile (revision 405037) +++ head/net/p5-Net/Makefile (revision 405038) @@ -1,46 +1,42 @@ # Created by: James FitzGibbon # $FreeBSD$ PORTNAME= Net PORTVERSION= 3.07 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IPV6 SASL SSL OPTIONS_DEFAULT=SASL SASL_DESC= SASL auth for POP3 and SMTP support SASL_BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL SASL_RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL SSL_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.007:${PORTSDIR}/security/p5-IO-Socket-SSL SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=2.007:${PORTSDIR}/security/p5-IO-Socket-SSL CONFIGURE_ENV= PERL5_CPAN_IS_RUNNING=1 NO_ARCH= yes USES= perl5 USE_PERL5= configure .include -.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 .endif .include Index: head/security/p5-Filter-Crypto/Makefile =================================================================== --- head/security/p5-Filter-Crypto/Makefile (revision 405037) +++ head/security/p5-Filter-Crypto/Makefile (revision 405038) @@ -1,30 +1,24 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Filter-Crypto PORTVERSION= 2.07 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure USE_OPENSSL= yes CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults -.include - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.66:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/textproc/p5-Pod-Markdown/Makefile =================================================================== --- head/textproc/p5-Pod-Markdown/Makefile (revision 405037) +++ head/textproc/p5-Pod-Markdown/Makefile (revision 405038) @@ -1,30 +1,23 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= Pod-Markdown PORTVERSION= 3.003 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to Markdown LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.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 +.include Index: head/textproc/p5-XML-Encoding/Makefile =================================================================== --- head/textproc/p5-XML-Encoding/Makefile (revision 405037) +++ head/textproc/p5-XML-Encoding/Makefile (revision 405038) @@ -1,29 +1,23 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= XML-Encoding PORTVERSION= 2.09 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for parsing XML encoding maps LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/textproc/p5-XML-Encoding/pkg-plist =================================================================== --- head/textproc/p5-XML-Encoding/pkg-plist (revision 405037) +++ head/textproc/p5-XML-Encoding/pkg-plist (revision 405038) @@ -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 Index: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile =================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile (revision 405037) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile (revision 405038) @@ -1,51 +1,45 @@ # Created by: andrey@kostenko.name # $FreeBSD$ PORTNAME= Catalyst-Plugin-ErrorCatcher PORTVERSION= 0.0.8.18 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHISEL PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Catch application errors and emit them somewhere LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ 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} TEST_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \ p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-StackTrace>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \ p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-FindBin-libs>=0:${PORTSDIR}/devel/p5-FindBin-libs \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoTabs>=0:${PORTSDIR}/devel/p5-Test-NoTabs \ p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean USES= perl5 USE_PERL5= configure -.include - -.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 +.include Index: head/www/p5-Catalyst-Runtime/Makefile =================================================================== --- head/www/p5-Catalyst-Runtime/Makefile (revision 405037) +++ head/www/p5-Catalyst-Runtime/Makefile (revision 405038) @@ -1,88 +1,76 @@ # Created by: lbr # $FreeBSD$ PORTNAME= Catalyst-Runtime PORTVERSION= 5.90103 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Elegant MVC Web Application Framework (Runtime) LICENSE= ART10 GPLv1 LICENSE_COMB= dual # Do not add the following ports to TEST_DEPENDS to avoid cyclic dependencies: # - devel/p5-Test-WWW-Mechanize-Catalyst # - www/p5-Catalyst-Engine-PSGI # - www/p5-CatalystX-LeakChecker BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \ p5-CGI-Struct>=0:${PORTSDIR}/www/p5-CGI-Struct \ p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Load>=0.12:${PORTSDIR}/devel/p5-Class-Load \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Body>=1.22:${PORTSDIR}/www/p5-HTTP-Body \ p5-HTTP-Message>=5.814:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Request-AsCGI>=1.0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ p5-Hash-MultiValue>=0:${PORTSDIR}/devel/p5-Hash-MultiValue \ 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 \ p5-MooseX-MethodAttributes>=0.24:${PORTSDIR}/devel/p5-MooseX-MethodAttributes \ p5-MooseX-Role-WithOverloading>=0.09:${PORTSDIR}/devel/p5-MooseX-Role-WithOverloading \ p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \ p5-Plack>=0.9991:${PORTSDIR}/www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0.09:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-MethodOverride>=0.12:${PORTSDIR}/www/p5-Plack-Middleware-MethodOverride \ p5-Plack-Middleware-RemoveRedundantBody>=0.03:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Plack-Middleware-ReverseProxy>=0.04:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy \ p5-Plack-Test-ExternalServer>=0:${PORTSDIR}/www/p5-Plack-Test-ExternalServer \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Stream-Buffered>=0:${PORTSDIR}/devel/p5-Stream-Buffered \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-Tree-Simple>=1.15:${PORTSDIR}/devel/p5-Tree-Simple \ p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \ p5-Try-Tiny>=0.17:${PORTSDIR}/lang/p5-Try-Tiny \ p5-URI>=1.65:${PORTSDIR}/net/p5-URI \ p5-URI-ws>=0.03:${PORTSDIR}/net/p5-URI-ws \ p5-libwww>=5.837:${PORTSDIR}/www/p5-libwww \ p5-namespace-autoclean>=0.28:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-namespace-clean>=0.23:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Term-Size-Any>=0:${PORTSDIR}/devel/p5-Term-Size-Any \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \ p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML PORTSCOUT= limit:^[0-9\.]*$$ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.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 +.include Index: head/www/p5-HTML-SimpleLinkExtor/Makefile =================================================================== --- head/www/p5-HTML-SimpleLinkExtor/Makefile (revision 405037) +++ head/www/p5-HTML-SimpleLinkExtor/Makefile (revision 405038) @@ -1,32 +1,26 @@ # Created by: Andrey Chernov # $FreeBSD$ PORTNAME= HTML-SimpleLinkExtor PORTVERSION= 1.27 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This is a simple HTML link extractor LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=1.09:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include Index: head/www/p5-HTML-SimpleLinkExtor/pkg-plist =================================================================== --- head/www/p5-HTML-SimpleLinkExtor/pkg-plist (revision 405037) +++ head/www/p5-HTML-SimpleLinkExtor/pkg-plist (revision 405038) @@ -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