summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-02 17:11:34 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-02 17:11:34 +0000
commitda7af081ce75dde0c5091818436f66472d57ee67 (patch)
treee320e410dc63b10158e40f907c136a6b768914eb /misc
parent- Convert to new perl framework (diff)
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324167
Diffstat (limited to 'misc')
-rw-r--r--misc/callid/Makefile2
-rw-r--r--misc/p5-Acme-ButFirst/Makefile9
-rw-r--r--misc/p5-Array-Compare/Makefile9
-rw-r--r--misc/p5-Array-IntSpan/Makefile2
-rw-r--r--misc/p5-Array-RefElem/Makefile3
-rw-r--r--misc/p5-Business-ISBN/Makefile3
-rw-r--r--misc/p5-Business-ISSN/Makefile9
-rw-r--r--misc/p5-Business-UPS/Makefile3
-rw-r--r--misc/p5-Chatbot-Eliza/Makefile3
-rw-r--r--misc/p5-Data-Buffer/Makefile9
-rw-r--r--misc/p5-File-Sort/Makefile9
-rw-r--r--misc/p5-Geo-Postcodes-DK/Makefile9
-rw-r--r--misc/p5-Geo-Postcodes/Makefile9
-rw-r--r--misc/p5-Geo-Weather/Makefile9
-rw-r--r--misc/p5-LEGO-RCX/Makefile8
-rw-r--r--misc/umodunpack/Makefile9
16 files changed, 41 insertions, 64 deletions
diff --git a/misc/callid/Makefile b/misc/callid/Makefile
index b979d6ecfd77..3fda83491b0a 100644
--- a/misc/callid/Makefile
+++ b/misc/callid/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://possamai.home.xs4all.nl/callid/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to log incoming calls using ISDN and output to MySQL/PHP
+USES= perl5
USE_MYSQL= yes
-USE_PERL5= yes
USE_PHP= yes
WANT_PHP_WEB= yes
diff --git a/misc/p5-Acme-ButFirst/Makefile b/misc/p5-Acme-ButFirst/Makefile
index 0558fefa6ede..3344aba04056 100644
--- a/misc/p5-Acme-ButFirst/Makefile
+++ b/misc/p5-Acme-ButFirst/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Acme-ButFirst
-# Date created: 18 Feb 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Acme-ButFirst
PORTVERSION= 1.00
@@ -16,6 +12,7 @@ COMMENT= Do something, but first do something else
MAN3= Acme::ButFirst.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile
index e41e31256b55..3073a7bab2c6 100644
--- a/misc/p5-Array-Compare/Makefile
+++ b/misc/p5-Array-Compare/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Array-Compare
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Array-Compare
PORTVERSION= 2.02
@@ -22,7 +18,8 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Array::Compare.3
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index 7708692ec7af..322bddf62eb3 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -11,6 +11,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Module for handling arrays using IntSpan techniques
PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3
diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile
index 1916fe1efeac..d49638a96b2b 100644
--- a/misc/p5-Array-RefElem/Makefile
+++ b/misc/p5-Array-RefElem/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Set up array elements as aliases
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Array::RefElem.3
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile
index 9772c001fd66..d73819e0c836 100644
--- a/misc/p5-Business-ISBN/Makefile
+++ b/misc/p5-Business-ISBN/Makefile
@@ -21,7 +21,8 @@ OPTIONS_DEFINE= BARCODE XISBN
BARCODE_DESC= Barcode support
XISBN_DESC= xISBN support
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Business::ISBN.3 \
Business::ISBN10.3 \
diff --git a/misc/p5-Business-ISSN/Makefile b/misc/p5-Business-ISSN/Makefile
index d0fd65aba829..c55a5018bbc8 100644
--- a/misc/p5-Business-ISSN/Makefile
+++ b/misc/p5-Business-ISSN/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Business::ISSN
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Business-ISSN
PORTVERSION= 0.91
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for International Standard Serial Numbers
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Business::ISSN.3
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile
index 941be64bb7a8..ace240682e5f 100644
--- a/misc/p5-Business-UPS/Makefile
+++ b/misc/p5-Business-UPS/Makefile
@@ -14,7 +14,8 @@ COMMENT= UPS Interface Module
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Business::UPS.3
diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile
index 9dced3d6a31a..83b223b94532 100644
--- a/misc/p5-Chatbot-Eliza/Makefile
+++ b/misc/p5-Chatbot-Eliza/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Clone of the classic Eliza program
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Chatbot::Eliza.3
diff --git a/misc/p5-Data-Buffer/Makefile b/misc/p5-Data-Buffer/Makefile
index cd91ccc4e7fa..548550b0a442 100644
--- a/misc/p5-Data-Buffer/Makefile
+++ b/misc/p5-Data-Buffer/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Buffer
-# Date created: Tue Sep 11 02:08:49 PDT 2001
-# Whom: Michael Haro <mharo@FreeBSD.org>
-#
+# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Data-Buffer
PORTVERSION= 0.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write buffer class
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Buffer.3
diff --git a/misc/p5-File-Sort/Makefile b/misc/p5-File-Sort/Makefile
index b8d6aaabecbc..1944c327c0f5 100644
--- a/misc/p5-File-Sort/Makefile
+++ b/misc/p5-File-Sort/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: File::Sort
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= File-Sort
PORTVERSION= 1.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Sort a file or merge sort multiple files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= File::Sort.3
diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile
index 60f7b264ead9..363d5b47470a 100644
--- a/misc/p5-Geo-Postcodes-DK/Makefile
+++ b/misc/p5-Geo-Postcodes-DK/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-Postcodes-DK
-# Date created: 2006-07-19
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Geo-Postcodes-DK
PORTVERSION= 0.32
@@ -17,7 +13,8 @@ COMMENT= Danish postcodes with associated information
BUILD_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Geo::Postcodes::DK.3
diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile
index 7a543693537a..dedbb4aef59a 100644
--- a/misc/p5-Geo-Postcodes/Makefile
+++ b/misc/p5-Geo-Postcodes/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-Postcodes
-# Date created: 2006-07-19
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Geo-Postcodes
PORTVERSION= 0.320
@@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for the Geo::Postcodes::XX modules
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Geo::Postcodes.3 \
Geo::Postcodes::Ajax.3 \
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile
index 4244c9032b99..b8a003651fbb 100644
--- a/misc/p5-Geo-Weather/Makefile
+++ b/misc/p5-Geo-Weather/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-Weather
-# Date created: 2 August 2001
-# Whom: Pete Fritchman <petef@databits.net>
-#
+# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
-#
PORTNAME= Geo-Weather
PORTVERSION= 1.41
@@ -17,7 +13,8 @@ COMMENT= Perl module to retrieve weather information from weather.com
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Geo::Weather.3
diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile
index 49628fc494a6..ac8b840857ce 100644
--- a/misc/p5-LEGO-RCX/Makefile
+++ b/misc/p5-LEGO-RCX/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-LEGO-RCX
-# Date created: July 05 2000
-# Whom: Kelly Yancey <kbyanc@posi.net>
-#
+# Created by: Kelly Yancey <kbyanc@posi.net>
# $FreeBSD$
-#
PORTNAME= LEGO-RCX
PORTVERSION= 1.01
@@ -15,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower
PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= LEGO::RCX.3
diff --git a/misc/umodunpack/Makefile b/misc/umodunpack/Makefile
index e085cee8e12a..556caf5dd50b 100644
--- a/misc/umodunpack/Makefile
+++ b/misc/umodunpack/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: umodunpack
-# Date created: 19 October 2006
-# Whom: Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
-#
PORTNAME= umodunpack
PORTVERSION= 0.4
@@ -16,7 +12,8 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Unpack umod files for Unreal and/or Unreal Tournament
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/${DISTNAME}