diff options
author | az <az@FreeBSD.org> | 2013-08-04 20:39:45 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 20:39:45 +0800 |
commit | 72f161ac2be956eed5cd2555e50db7646137b358 (patch) | |
tree | e2c035befbd7ebd3455dd5ffbddb28885deba871 | |
parent | 011dfc223a3e770d65629c310a64d8d29be38457 (diff) | |
download | freebsd-ports-gnome-72f161ac2be956eed5cd2555e50db7646137b358.tar.gz freebsd-ports-gnome-72f161ac2be956eed5cd2555e50db7646137b358.tar.zst freebsd-ports-gnome-72f161ac2be956eed5cd2555e50db7646137b358.zip |
- Convert to new perl framework
- Trim Makefile header
-rw-r--r-- | databases/p5-DBIx-Class-MooseColumns/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Class-Load/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Data-ParseBinary/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Hash-Flatten/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-MooseX-Types-LoadableClass/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-BGP/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-OpenSSH/Makefile | 3 | ||||
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 3 |
8 files changed, 17 insertions, 28 deletions
diff --git a/databases/p5-DBIx-Class-MooseColumns/Makefile b/databases/p5-DBIx-Class-MooseColumns/Makefile index f380cadb87a1..51e5ecd95c2c 100644 --- a/databases/p5-DBIx-Class-MooseColumns/Makefile +++ b/databases/p5-DBIx-Class-MooseColumns/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Class::MooseColumns -# Date created: 2010-11-20 -# Whom: Andrej Zverev <az@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= DBIx-Class-MooseColumns PORTVERSION= 0.22 @@ -35,7 +30,8 @@ TEST_DEPENDS= p5-Test-Aggregate>=0.363:${PORTSDIR}/devel/p5-Test-Aggregate \ p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-DBIx-Class>=0.10:${PORTSDIR}/devel/p5-Test-DBIx-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ DBIx::Class::MooseColumns.3 \ diff --git a/devel/p5-Class-Load/Makefile b/devel/p5-Class-Load/Makefile index 785f07425e19..09feaf565967 100644 --- a/devel/p5-Class-Load/Makefile +++ b/devel/p5-Class-Load/Makefile @@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Load.3 diff --git a/devel/p5-Data-ParseBinary/Makefile b/devel/p5-Data-ParseBinary/Makefile index 4d0ea539d252..d800032c249f 100644 --- a/devel/p5-Data-ParseBinary/Makefile +++ b/devel/p5-Data-ParseBinary/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Data-ParseBinary -# Date created: 2008-12-29 -# Whom: Andrej Zverev <az@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Data-ParseBinary PORTVERSION= 0.31 @@ -19,7 +14,8 @@ BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::ParseBinary::Graphics::WMF.3 \ Data::ParseBinary::Graphics::EMF.3 \ diff --git a/devel/p5-Hash-Flatten/Makefile b/devel/p5-Hash-Flatten/Makefile index 9ebad4bbb64d..33d3ef575dd3 100644 --- a/devel/p5-Hash-Flatten/Makefile +++ b/devel/p5-Hash-Flatten/Makefile @@ -13,7 +13,8 @@ BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Hash::Flatten.3 diff --git a/devel/p5-MooseX-Types-LoadableClass/Makefile b/devel/p5-MooseX-Types-LoadableClass/Makefile index 83e84b0b1ee7..66c9903ace13 100644 --- a/devel/p5-MooseX-Types-LoadableClass/Makefile +++ b/devel/p5-MooseX-Types-LoadableClass/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: MooseX::Types::LoadableClass -# Date created: 2011-08-13 -# Whom: Andrej Zverev <az@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= MooseX-Types-LoadableClass PORTVERSION= 0.008 @@ -27,7 +22,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::LoadableClass.3 diff --git a/net/p5-Net-BGP/Makefile b/net/p5-Net-BGP/Makefile index aacb5bb5386f..b60d71be0115 100644 --- a/net/p5-Net-BGP/Makefile +++ b/net/p5-Net-BGP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-BGP4 -# Date created: 10 September 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Net-BGP PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org COMMENT= Border Gateway Protocol version 4 speaker/listener library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \ Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \ diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile index 4d1e7c2b05fa..647a527a0e51 100644 --- a/net/p5-Net-OpenSSH/Makefile +++ b/net/p5-Net-OpenSSH/Makefile @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OpenSSH::Constants.3 \ Net::OpenSSH::ConnectionCache.3 \ diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index 6eb28893f262..f0309421ccf6 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -29,7 +29,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ USES= pkgconfig MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ ZeroMQ::Raw.3 \ |