diff options
author | az <az@FreeBSD.org> | 2013-09-10 14:44:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 14:44:11 +0800 |
commit | 896697f600c4e86a710892023982bf7fe9a92464 (patch) | |
tree | 2e8a521d81949bd5aa7b9aee204d2c41f3add81b /devel | |
parent | 78066ba4bf1f24287a63a523fbc233275fa5b614 (diff) | |
download | freebsd-ports-graphics-896697f600c4e86a710892023982bf7fe9a92464.tar.gz freebsd-ports-graphics-896697f600c4e86a710892023982bf7fe9a92464.tar.zst freebsd-ports-graphics-896697f600c4e86a710892023982bf7fe9a92464.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cscout/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Child/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Class-Accessor-Constructor/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Data-Miscellany/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-Lunar/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-FileHandle-Fmode/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Hash-AutoHash/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-IO-KQueue/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Log-Any-Adapter-Syslog/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-MouseX-Types/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Parse-Win32Registry/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Pipeline/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-Spelling/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Timer/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Uniq/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-constant/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-indirect/Makefile | 3 |
19 files changed, 47 insertions, 74 deletions
diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile index f9b105cf986..449e694c8c7 100644 --- a/devel/cscout/Makefile +++ b/devel/cscout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cscout -# Date created: 07. Jul 2003 -# Whom: netchild@FreeBSD.org -# +# Created by: netchild@FreeBSD.org # $FreeBSD$ -# PORTNAME= cscout PORTVERSION= 2.7 @@ -20,7 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= cscout.1 cswc.1 diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile index c1a935a751e..dc5c22d9314 100644 --- a/devel/p5-CPAN-Reporter/Makefile +++ b/devel/p5-CPAN-Reporter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CPAN-Reporter -# Date created: 2011-02-04 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CPAN-Reporter PORTVERSION= 1.2006 @@ -29,7 +25,8 @@ BUILD_DEPENDS= p5-Archive-Tar>0:${PORTSDIR}/archivers/p5-Archive-Tar \ p5-Tee>0:${PORTSDIR}/devel/p5-Tee RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \ CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \ diff --git a/devel/p5-Child/Makefile b/devel/p5-Child/Makefile index 39a12c7ff06..d2f9e576aac 100644 --- a/devel/p5-Child/Makefile +++ b/devel/p5-Child/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: p5-Child -# Date created: Sat Jul 31, 2010 -# Whom: Dan Rench <citric@cubicone.tmetic.com> -# +# Created by: Dan Rench <citric@cubicone.tmetic.com> # $FreeBSD$ -# PORTNAME= Child PORTVERSION= 0.009 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citric@cubicone.tmetic.com COMMENT= Object oriented simple interface to fork() -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Child.3 \ Child::IPC::Pipe.3 \ diff --git a/devel/p5-Class-Accessor-Constructor/Makefile b/devel/p5-Class-Accessor-Constructor/Makefile index 425243fe4d7..64c15e6873f 100644 --- a/devel/p5-Class-Accessor-Constructor/Makefile +++ b/devel/p5-Class-Accessor-Constructor/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-Data-Inherited>0:${PORTSDIR}/devel/p5-Data-Inherited BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Accessor::Constructor.3 \ Class::Accessor::Constructor::Base.3 diff --git a/devel/p5-Data-Hierarchy/Makefile b/devel/p5-Data-Hierarchy/Makefile index c7100e9360b..9e4e7866fd7 100644 --- a/devel/p5-Data-Hierarchy/Makefile +++ b/devel/p5-Data-Hierarchy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Data-Hierarchy -# Date created: Mar 15 2004 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# +# Created by: Autrijus Tang <autrijus@autrijus.org> # $FreeBSD$ -# PORTNAME= Data-Hierarchy PORTVERSION= 0.34 @@ -16,7 +12,8 @@ COMMENT= Handle data in a hierarchical structure TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Hierarchy.3 diff --git a/devel/p5-Data-Miscellany/Makefile b/devel/p5-Data-Miscellany/Makefile index 0f67e6a85fb..ddeab860517 100644 --- a/devel/p5-Data-Miscellany/Makefile +++ b/devel/p5-Data-Miscellany/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Miscellany -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Data-Miscellany PORTVERSION= 1.100850 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Collection of miscellaneous subroutines -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Miscellany.3 diff --git a/devel/p5-DateTime-Event-Lunar/Makefile b/devel/p5-DateTime-Event-Lunar/Makefile index 37a4d0e86b0..1da849f83ca 100644 --- a/devel/p5-DateTime-Event-Lunar/Makefile +++ b/devel/p5-DateTime-Event-Lunar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Event-Lunar -# Date created: 2007-11-04 -# Whom: Masahiro Teramoto <markun@onohara.to> -# +# Created by: Masahiro Teramoto <markun@onohara.to> # $FreeBSD$ -# PORTNAME= DateTime-Event-Lunar PORTVERSION= 0.06 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Event::Lunar.3 diff --git a/devel/p5-FileHandle-Fmode/Makefile b/devel/p5-FileHandle-Fmode/Makefile index 89e5378cd59..043af0e1119 100644 --- a/devel/p5-FileHandle-Fmode/Makefile +++ b/devel/p5-FileHandle-Fmode/Makefile @@ -12,6 +12,7 @@ COMMENT= Module to determine if a filehandle is opened for reading, writing MAN3= FileHandle::Fmode.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/devel/p5-Hash-AutoHash/Makefile b/devel/p5-Hash-AutoHash/Makefile index 3ed82c44399..1085ff0be6c 100644 --- a/devel/p5-Hash-AutoHash/Makefile +++ b/devel/p5-Hash-AutoHash/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Tie-ToObject>0:${PORTSDIR}/devel/p5-Tie-ToObject TEST_DEPENDS= p5-Test-Deep>0.11:${PORTSDIR}/devel/p5-Test-Deep -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Hash::AutoHash.3 diff --git a/devel/p5-IO-KQueue/Makefile b/devel/p5-IO-KQueue/Makefile index 460ed268a7d..9d787b6a430 100644 --- a/devel/p5-IO-KQueue/Makefile +++ b/devel/p5-IO-KQueue/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-IO-KQueue -# Date Created: 8 Dec, 2005 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= IO-KQueue PORTVERSION= 0.34 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl interface to the BSD kqueue system call -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::KQueue.3 diff --git a/devel/p5-Log-Any-Adapter-Syslog/Makefile b/devel/p5-Log-Any-Adapter-Syslog/Makefile index fc20025fb87..94b63be37bd 100644 --- a/devel/p5-Log-Any-Adapter-Syslog/Makefile +++ b/devel/p5-Log-Any-Adapter-Syslog/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter::Syslog.3 diff --git a/devel/p5-MouseX-Types/Makefile b/devel/p5-MouseX-Types/Makefile index 17b016c4c34..cba77f71982 100644 --- a/devel/p5-MouseX-Types/Makefile +++ b/devel/p5-MouseX-Types/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: MouseX::Types -# Date created: 20 Jan 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= MouseX-Types PORTVERSION= 0.06 @@ -21,7 +16,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MouseX::Types.3 \ MouseX::Types::Moose.3 \ diff --git a/devel/p5-Parse-Win32Registry/Makefile b/devel/p5-Parse-Win32Registry/Makefile index f5a6a1149fb..9f0e2d36186 100644 --- a/devel/p5-Parse-Win32Registry/Makefile +++ b/devel/p5-Parse-Win32Registry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-Win32Registry -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani <nobutaka@FreeBSD.org> -# +# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Parse-Win32Registry PORTVERSION= 1.0 @@ -17,7 +13,8 @@ COMMENT= A Perl extension for parsing Win32Registry LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Win32Registry.3 diff --git a/devel/p5-Pipeline/Makefile b/devel/p5-Pipeline/Makefile index ace2201e553..daa3eb8cb4f 100644 --- a/devel/p5-Pipeline/Makefile +++ b/devel/p5-Pipeline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pipeline -# Date Created: 11 June 2006 -# Whom: Rouslan Iskhakov <rouslan@rshell.net> -# +# Created by: Rouslan Iskhakov <rouslan@rshell.net> # $FreeBSD$ -# PORTNAME= Pipeline PORTVERSION= 3.12 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pipeline::Segment.3 Pipeline::Store::ISA.3 Pipeline.3 \ Pipeline::Segment::Async::Handler.3 Pipeline::Analyser.3 \ diff --git a/devel/p5-Test-Spelling/Makefile b/devel/p5-Test-Spelling/Makefile index 83a84899ae8..5831709e682 100644 --- a/devel/p5-Test-Spelling/Makefile +++ b/devel/p5-Test-Spelling/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Spelling.3 diff --git a/devel/p5-Test-Timer/Makefile b/devel/p5-Test-Timer/Makefile index f6cd52ba807..b741036dbe4 100644 --- a/devel/p5-Test-Timer/Makefile +++ b/devel/p5-Test-Timer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Timer -# Date created: 2011-10-06 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Test-Timer PORTVERSION= 0.05 @@ -22,7 +18,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ PKGNAMEPREFIX= p5- -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Timer.3 Test::Timer::TimeoutException.3 diff --git a/devel/p5-Uniq/Makefile b/devel/p5-Uniq/Makefile index 078ed315abb..21251da6edf 100644 --- a/devel/p5-Uniq/Makefile +++ b/devel/p5-Uniq/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl extension for managing a uniq list of values -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Uniq.3 diff --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile index dbf0789b997..46100203ef4 100644 --- a/devel/p5-constant/Makefile +++ b/devel/p5-constant/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Perl pragma to declare constants -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= constant.3 diff --git a/devel/p5-indirect/Makefile b/devel/p5-indirect/Makefile index deb061d2679..6bd5d558481 100644 --- a/devel/p5-indirect/Makefile +++ b/devel/p5-indirect/Makefile @@ -14,7 +14,8 @@ COMMENT= Lexically warn about using the indirect object syntax LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= indirect.3 |