summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-07 10:57:48 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-07 10:57:48 +0000
commit772ffd1f4b419419977882eae0149f1c4ef6edbc (patch)
tree0c1f7ec811209c8157cfeead068190887280a4e0 /devel
parent- Use 5.14+ instead of 5.14.0+ (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326626
Diffstat (limited to 'devel')
-rw-r--r--devel/libglade/Makefile8
-rw-r--r--devel/p5-Calendar-Simple/Makefile8
-rw-r--r--devel/p5-Class-MethodMapper/Makefile8
-rw-r--r--devel/p5-Data-Table/Makefile9
-rw-r--r--devel/p5-Data-Util/Makefile3
-rw-r--r--devel/p5-DateTime-Format-RFC3339/Makefile9
-rw-r--r--devel/p5-Devel-NYTProf/Makefile3
-rw-r--r--devel/p5-Devel-REPL/Makefile9
-rw-r--r--devel/p5-Devel-TraceUse/Makefile3
-rw-r--r--devel/p5-Eval-WithLexicals/Makefile3
-rw-r--r--devel/p5-File-FcntlLock/Makefile4
-rw-r--r--devel/p5-FindBin-libs/Makefile3
-rw-r--r--devel/p5-Log-Simple/Makefile9
-rw-r--r--devel/p5-Object-Container/Makefile9
-rw-r--r--devel/p5-Parse-PerlConfig/Makefile9
-rw-r--r--devel/p5-Test-Fixture-DBIC-Schema/Makefile3
-rw-r--r--devel/p5-Test-HTML-Tidy/Makefile9
-rw-r--r--devel/p5-Test-Mini-Unit/Makefile9
-rw-r--r--devel/p5-orz/Makefile9
19 files changed, 47 insertions, 80 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index 877238f30a54..b6925e9c8c37 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libglade
-# Date created: 18 August 1999
-# Whom: Ade Lovett <ade@lovett.com>
-#
+# Created by: Ade Lovett <ade@lovett.com>
# $FreeBSD$
-#
PORTNAME= libglade
PORTVERSION= 0.17
@@ -14,7 +10,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME glade library
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb
USE_LDCONFIG= yes
diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile
index d9154e16960e..5a7fe76eee67 100644
--- a/devel/p5-Calendar-Simple/Makefile
+++ b/devel/p5-Calendar-Simple/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Calendar::Simple
-# Date created: 29 Oct 2003
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Calendar-Simple
PORTVERSION= 1.21
@@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create simple calendars
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Calendar::Simple.3
diff --git a/devel/p5-Class-MethodMapper/Makefile b/devel/p5-Class-MethodMapper/Makefile
index 45664abc06a9..c804256aa075 100644
--- a/devel/p5-Class-MethodMapper/Makefile
+++ b/devel/p5-Class-MethodMapper/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: p5-Class-MethodMapper
-# Date created: 30 Oct 2003
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Class-MethodMapper
PORTVERSION= 1.0
@@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module for abstract Class wrapper for AutoLoader
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Class::MethodMapper.3
diff --git a/devel/p5-Data-Table/Makefile b/devel/p5-Data-Table/Makefile
index 65d1af3b34da..b7d318c3c1b0 100644
--- a/devel/p5-Data-Table/Makefile
+++ b/devel/p5-Data-Table/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Table
-# Date created: 10 November 2004
-# Whom: Aaron Dalton <aaron@daltons.ca>
-#
+# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
-#
PORTNAME= Data-Table
PORTVERSION= 1.68
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Data type related to database tables, HTML table displays, etc
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Table.3
diff --git a/devel/p5-Data-Util/Makefile b/devel/p5-Data-Util/Makefile
index f1d6ca1c01cf..44322c135aa2 100644
--- a/devel/p5-Data-Util/Makefile
+++ b/devel/p5-Data-Util/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Util.3 \
Data::Util::Curry.3 \
diff --git a/devel/p5-DateTime-Format-RFC3339/Makefile b/devel/p5-DateTime-Format-RFC3339/Makefile
index bab96dd94f35..4623564adc71 100644
--- a/devel/p5-DateTime-Format-RFC3339/Makefile
+++ b/devel/p5-DateTime-Format-RFC3339/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: p5-DateTime-Format-RFC3339
-# Date created: Fri Aug 21, 2009
-# Whom: Dan Rench <citric@cubicone.tmetic.com>
-#
+# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD$
-#
PORTNAME= DateTime-Format-RFC3339
PORTVERSION= 1.0.5
@@ -18,7 +14,8 @@ COMMENT= Parse and format RFC3339 times
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DateTime::Format::RFC3339.3
diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile
index 6b3a766cbc39..7b88974be706 100644
--- a/devel/p5-Devel-NYTProf/Makefile
+++ b/devel/p5-Devel-NYTProf/Makefile
@@ -16,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= nytprofhtml.1 \
nytprofcsv.1 \
diff --git a/devel/p5-Devel-REPL/Makefile b/devel/p5-Devel-REPL/Makefile
index 2a35d11966e6..68be3ce54bd1 100644
--- a/devel/p5-Devel-REPL/Makefile
+++ b/devel/p5-Devel-REPL/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Devel-REPL
-# Date created: 2009-08-31
-# Whom: Ashish SHUKLA <wahjava@gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava@gmail.com>
# $FreeBSD$
-#
PORTNAME= Devel-REPL
PORTVERSION= 1.003014
@@ -33,7 +29,8 @@ BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
p5-Sys-SigAction>0:${PORTSDIR}/devel/p5-Sys-SigAction
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Devel::REPL.3 \
Devel::REPL::Overview.3 \
diff --git a/devel/p5-Devel-TraceUse/Makefile b/devel/p5-Devel-TraceUse/Makefile
index f7882d6c8602..a84fd645f0e5 100644
--- a/devel/p5-Devel-TraceUse/Makefile
+++ b/devel/p5-Devel-TraceUse/Makefile
@@ -13,7 +13,8 @@ COMMENT= This module shows the modules your program loads, recursively
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Devel::TraceUse.3
diff --git a/devel/p5-Eval-WithLexicals/Makefile b/devel/p5-Eval-WithLexicals/Makefile
index f46fd4b426f0..3cd1666caa64 100644
--- a/devel/p5-Eval-WithLexicals/Makefile
+++ b/devel/p5-Eval-WithLexicals/Makefile
@@ -14,7 +14,8 @@ RUN_DEPENDS= \
p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Eval::WithLexicals.3 \
Eval::WithLexicals::WithHintPersistence.3
diff --git a/devel/p5-File-FcntlLock/Makefile b/devel/p5-File-FcntlLock/Makefile
index 6a89fa3663e2..82dca25c9d87 100644
--- a/devel/p5-File-FcntlLock/Makefile
+++ b/devel/p5-File-FcntlLock/Makefile
@@ -1,5 +1,4 @@
# $FreeBSD$
-#
PORTNAME= File-FcntlLock
PORTVERSION= 0.14
@@ -10,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Perl5 module for file locking with fcntl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::FcntlLock.3
diff --git a/devel/p5-FindBin-libs/Makefile b/devel/p5-FindBin-libs/Makefile
index 9f701958249b..50695d8b8677 100644
--- a/devel/p5-FindBin-libs/Makefile
+++ b/devel/p5-FindBin-libs/Makefile
@@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to locate and use lib directories
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= FindBin::libs.3
diff --git a/devel/p5-Log-Simple/Makefile b/devel/p5-Log-Simple/Makefile
index a6b7f71d67b6..1fbd627c1277 100644
--- a/devel/p5-Log-Simple/Makefile
+++ b/devel/p5-Log-Simple/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Log-Simple
-# Date created: 2006-07-19
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Log-Simple
PORTVERSION= 1.8
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Basic runtime logger
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Log::Simple.3
diff --git a/devel/p5-Object-Container/Makefile b/devel/p5-Object-Container/Makefile
index 61a32fa34eeb..451d2f5e9b2e 100644
--- a/devel/p5-Object-Container/Makefile
+++ b/devel/p5-Object-Container/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Object-Container
-# Date created: 2012-04-15
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Object-Container
PORTVERSION= 0.14
@@ -16,7 +12,8 @@ COMMENT= Simple object container
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Object::Container.3 \
Object::Container::ja.3
diff --git a/devel/p5-Parse-PerlConfig/Makefile b/devel/p5-Parse-PerlConfig/Makefile
index 0311bf9299e3..e297a1c66bd4 100644
--- a/devel/p5-Parse-PerlConfig/Makefile
+++ b/devel/p5-Parse-PerlConfig/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Shape
-# Date created: June 25th 2003
-# Whom: Leif Pedersen <pedersen@meridian-enviro.com>
-#
+# Created by: Leif Pedersen <pedersen@meridian-enviro.com>
# $FreeBSD$
-#
PORTNAME= Parse-PerlConfig
PORTVERSION= 0.05
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pedersen@meridian-enviro.com
COMMENT= Perl5 module to use perl scripts as config files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Parse::PerlConfig.3
diff --git a/devel/p5-Test-Fixture-DBIC-Schema/Makefile b/devel/p5-Test-Fixture-DBIC-Schema/Makefile
index ca4b333e2f7b..227b92dc8c52 100644
--- a/devel/p5-Test-Fixture-DBIC-Schema/Makefile
+++ b/devel/p5-Test-Fixture-DBIC-Schema/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Fixture::DBIC::Schema.3
diff --git a/devel/p5-Test-HTML-Tidy/Makefile b/devel/p5-Test-HTML-Tidy/Makefile
index db5ccc654258..3c95515ed45e 100644
--- a/devel/p5-Test-HTML-Tidy/Makefile
+++ b/devel/p5-Test-HTML-Tidy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-HTML-Tidy
-# Date created: Sep 13 2006
-# Whom: rafan@FreeBSD.org
-#
+# Created by: rafan@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= Test-HTML-Tidy
PORTVERSION= 1.00
@@ -17,7 +13,8 @@ COMMENT= Test::More-style wrapper around HTML::Tidy
BUILD_DEPENDS= p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::HTML::Tidy.3
diff --git a/devel/p5-Test-Mini-Unit/Makefile b/devel/p5-Test-Mini-Unit/Makefile
index 4b5767f272df..bf1e14a213b9 100644
--- a/devel/p5-Test-Mini-Unit/Makefile
+++ b/devel/p5-Test-Mini-Unit/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-Mini-Unit
-# Date created: 2011-01-13
-# Whom: Kurt Lidl <kurt.lidl@cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
-#
PORTNAME= Test-Mini-Unit
PORTVERSION= v1.0.3
@@ -18,7 +14,8 @@ COMMENT= Declarative syntactic sugar for Test::Mini
BUILD_DEPENDS= p5-Devel-Declare>=0.6.0:${PORTSDIR}/devel/p5-Devel-Declare \
p5-Test-Mini>=v1.1.3:${PORTSDIR}/devel/p5-Test-Mini
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Mini::README.3 \
Test::Mini::Unit.3
diff --git a/devel/p5-orz/Makefile b/devel/p5-orz/Makefile
index 63a397dbca31..59c8ec2ce60f 100644
--- a/devel/p5-orz/Makefile
+++ b/devel/p5-orz/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-orz
-# Date created: 2006-06-08
-# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
-#
PORTNAME= orz
PORTVERSION= 0.13
@@ -18,7 +14,8 @@ COMMENT= A method of annotation as /* */ in perl
BUILD_DEPENDS= p5-Module-Compile>=0.21:${PORTSDIR}/devel/p5-Module-Compile
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= orz.3