diff options
author | az <az@FreeBSD.org> | 2013-09-10 13:04:01 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 13:04:01 +0000 |
commit | c011cb0d1ee746bd26607966c3a1cc755bf442de (patch) | |
tree | c686a3631dfd53240e8bb89c811e6ae1fc9c4726 | |
parent | ad75781ddb3efb62c188e76d5404f0ca59e44985 (diff) | |
download | FreeBSD-ports-c011cb0d1ee746bd26607966c3a1cc755bf442de.zip FreeBSD-ports-c011cb0d1ee746bd26607966c3a1cc755bf442de.tar.gz |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | databases/mysqlidxchk/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBD-Mock/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-FrozenColumns/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Tree-NestedSet/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Tree/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Skinny-Pager/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Skinny-Schema-Loader/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DMOZ-ParseRDF/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Redis/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-MySQL-Diff/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-Relations/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-Test-DatabaseRow/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-Text-xSV/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-TokyoCabinet/Makefile | 8 | ||||
-rw-r--r-- | databases/pgbadger/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90-plperl/Makefile | 8 |
19 files changed, 44 insertions, 79 deletions
diff --git a/databases/mysqlidxchk/Makefile b/databases/mysqlidxchk/Makefile index 53cb9a2..a8016b0 100644 --- a/databases/mysqlidxchk/Makefile +++ b/databases/mysqlidxchk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mysqlidxchk -# Date created: 29 April 2009 -# Whom: Andrey Ignatov <rdna@rdna.ru> -# +# Created by: Andrey Ignatov <rdna@rdna.ru> # $FreeBSD$ -# PORTNAME= mysqlidxchk PORTVERSION= 1.0 @@ -21,7 +17,7 @@ RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/mysqlidxchk diff --git a/databases/p5-DBD-FrontBase/Makefile b/databases/p5-DBD-FrontBase/Makefile index 00e7f40..6e3e36b 100644 --- a/databases/p5-DBD-FrontBase/Makefile +++ b/databases/p5-DBD-FrontBase/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::FrontBase -# Date created: 19 Jul 2007 -# Whom: Mitchell Smith <mjs@bur.st> -# +# Created by: Mitchell Smith <mjs@bur.st> # $FreeBSD$ -# PORTNAME= DBD-FrontBase PORTVERSION= 1.39 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= DBD::FB.3 diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile index 09b0d35..4e5f35c 100644 --- a/databases/p5-DBD-Mock/Makefile +++ b/databases/p5-DBD-Mock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::Mock -# Date created: 02 December 2005 -# Whom: Espen Tagestad <espen@tagestad.no> -# +# Created by: Espen Tagestad <espen@tagestad.no> # $FreeBSD$ -# PORTNAME= DBD-Mock PORTVERSION= 1.45 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \ p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBD::Mock.3 diff --git a/databases/p5-DBIx-Class-FrozenColumns/Makefile b/databases/p5-DBIx-Class-FrozenColumns/Makefile index 5cae53c..31ec194 100644 --- a/databases/p5-DBIx-Class-FrozenColumns/Makefile +++ b/databases/p5-DBIx-Class-FrozenColumns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DBIx-Class-FrozenColumns -# Date created: 2008-07-22 -# Whom: Vladimir Timofeev <vovkasm@gmail.com> -# +# Created by: Vladimir Timofeev <vovkasm@gmail.com> # $FreeBSD$ -# PORTNAME= DBIx-Class-FrozenColumns PORTVERSION= 0.09 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \ p5-Storable>=2.15:${PORTSDIR}/devel/p5-Storable BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::FrozenColumns.3 diff --git a/databases/p5-DBIx-Class-Tree-NestedSet/Makefile b/databases/p5-DBIx-Class-Tree-NestedSet/Makefile index 35f98b7..a7ed16d 100644 --- a/databases/p5-DBIx-Class-Tree-NestedSet/Makefile +++ b/databases/p5-DBIx-Class-Tree-NestedSet/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Class::Tree::NestedSet -# Date created: 17 Mar 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= DBIx-Class-Tree-NestedSet PORTVERSION= 0.10 @@ -20,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBICx-TestDatabase>=0:${PORTSDIR}/databases/p5-DBICx-TestDatabase \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::Tree::NestedSet.3 diff --git a/databases/p5-DBIx-Class-Tree/Makefile b/databases/p5-DBIx-Class-Tree/Makefile index 976c517..edb6b1a 100644 --- a/databases/p5-DBIx-Class-Tree/Makefile +++ b/databases/p5-DBIx-Class-Tree/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Class::Tree -# Date created: 17 Mar 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= DBIx-Class-Tree PORTVERSION= 0.03003 @@ -20,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::Tree.3 \ DBIx::Class::Tree::AdjacencyList.3 \ diff --git a/databases/p5-DBIx-Skinny-Pager/Makefile b/databases/p5-DBIx-Skinny-Pager/Makefile index 33f5383..d1254a2 100644 --- a/databases/p5-DBIx-Skinny-Pager/Makefile +++ b/databases/p5-DBIx-Skinny-Pager/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Skinny::Pager -# Date created: 20 Nov 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= DBIx-Skinny-Pager PORTVERSION= 0.11 @@ -24,7 +19,8 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::Mixin::Pager.3 \ DBIx::Skinny::Mixin::SearchWithPager.3 \ diff --git a/databases/p5-DBIx-Skinny-Schema-Loader/Makefile b/databases/p5-DBIx-Skinny-Schema-Loader/Makefile index d20df9b..0c3208a 100644 --- a/databases/p5-DBIx-Skinny-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Skinny-Schema-Loader/Makefile @@ -17,7 +17,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::Schema::Loader.3 diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 5fbe39d..0228de2 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -19,7 +19,8 @@ TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 \ DBM::Deep::Iterator::File::BucketList.3 \ diff --git a/databases/p5-DMOZ-ParseRDF/Makefile b/databases/p5-DMOZ-ParseRDF/Makefile index 5763362..c3636dd 100644 --- a/databases/p5-DMOZ-ParseRDF/Makefile +++ b/databases/p5-DMOZ-ParseRDF/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: databases/p5-DMOZ-ParseRDF -# Date created: 04 August 2006 -# Whom: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> -# +# Created by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> # $FreeBSD$ -# PORTNAME= DMOZ-ParseRDF PORTVERSION= 0.14 @@ -14,6 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= hans@nordhaug.priv.no COMMENT= Parse the gigantic dmoz.org content file into smaller parts -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile index 871ed93..267f590 100644 --- a/databases/p5-Dancer-Plugin-Redis/Makefile +++ b/databases/p5-Dancer-Plugin-Redis/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::Redis.3 diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile index 63bb6af..2235d60 100644 --- a/databases/p5-MySQL-Diff/Makefile +++ b/databases/p5-MySQL-Diff/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mysqldiff.1 MAN3= MySQL::Diff.3 \ diff --git a/databases/p5-Redis-hiredis/Makefile b/databases/p5-Redis-hiredis/Makefile index 7694d1d..a7ece0d 100644 --- a/databases/p5-Redis-hiredis/Makefile +++ b/databases/p5-Redis-hiredis/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gblach@FreeBSD.org COMMENT= A Simple wrapper around hiredis C client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Redis::hiredis.3 diff --git a/databases/p5-Relations/Makefile b/databases/p5-Relations/Makefile index 1da3373..9825bec 100644 --- a/databases/p5-Relations/Makefile +++ b/databases/p5-Relations/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Functions to Use with Databases and Queries -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Relations.3 diff --git a/databases/p5-Test-DatabaseRow/Makefile b/databases/p5-Test-DatabaseRow/Makefile index 3d6f1a1a..30c3195 100644 --- a/databases/p5-Test-DatabaseRow/Makefile +++ b/databases/p5-Test-DatabaseRow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-DatabaseRow -# Date created: June 3 2006 -# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> -# +# Created by: Joshua D. Abraham <jabra@ccs.neu.edu> # $FreeBSD$ -# PORTNAME= Test-DatabaseRow PORTVERSION= 2.03 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::DatabaseRow.3 \ Test::DatabaseRow::Result.3 \ diff --git a/databases/p5-Text-xSV/Makefile b/databases/p5-Text-xSV/Makefile index 15a771f..a13a30d 100644 --- a/databases/p5-Text-xSV/Makefile +++ b/databases/p5-Text-xSV/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-xSV -# Date created: Jun 08 2011 -# Whom: Dmitry Liakh <dliakh@ukr.net> -# +# Created by: Dmitry Liakh <dliakh@ukr.net> # $FreeBSD$ -# PORTNAME= Text-xSV PORTVERSION= 0.21 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dliakh@ukr.net COMMENT= Read character separated files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::xSV.3 diff --git a/databases/p5-TokyoCabinet/Makefile b/databases/p5-TokyoCabinet/Makefile index c01cfb0..c460c86 100644 --- a/databases/p5-TokyoCabinet/Makefile +++ b/databases/p5-TokyoCabinet/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: TokyoCabinet -# Date created: 03 May 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= TokyoCabinet PORTVERSION= 1.34 @@ -19,7 +14,8 @@ COMMENT= Perl extension for TokyoCabinet LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TokyoCabinet.3 diff --git a/databases/pgbadger/Makefile b/databases/pgbadger/Makefile index d4bbf86..a46831e 100644 --- a/databases/pgbadger/Makefile +++ b/databases/pgbadger/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= girgen@FreeBSD.org COMMENT= Very competent log analyzer for PostgreSQL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pgbadger.1 .include <bsd.port.mk> diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile index 2ee0d98..e1eb23d 100644 --- a/databases/postgresql90-plperl/Makefile +++ b/databases/postgresql90-plperl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PostgreSQL PL/Perl -# Date created: January 14, 2002 -# Whom: Palle Girgensohn <girgen@partitur.se> -# +# Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -# PORTNAME= postgresql CATEGORIES= databases perl5 @@ -18,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server WANT_PGSQL_VER?=90 -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --with-perl BUILD_DIRS= src/backend src/pl/plperl |