mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
321430b790
commit
05fff28d82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326639
@ -13,7 +13,7 @@ EXTRACT_ONLY= # empty
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Transforms the output of 'cvs status' to a sorted ASCII table
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/cvsstat
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Rapid (and easy!) creation of command line applications
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= App::Rad.3 \
|
||||
App::Rad::Exclude.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-App-Trace
|
||||
# Date created: 2006-08-20
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= App-Trace
|
||||
PORTVERSION= 0.50
|
||||
@ -16,7 +12,8 @@ COMMENT= Embedded debug statements, including call/return tracing
|
||||
|
||||
RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= App::Trace.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ LICENSE_COMB= dual
|
||||
RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AppConfig::Std.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Class-Date
|
||||
# Date Created: 28 June 2001
|
||||
# Whom: Pete Fritchman <petef@databits.net>
|
||||
#
|
||||
# Created by: Pete Fritchman <petef@databits.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Date
|
||||
PORTVERSION= 1.1.10
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= A Perl class for easy date and time manipulation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Date.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Data-Rmap
|
||||
# Date created: 2010-11-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Rmap
|
||||
PORTVERSION= 0.62
|
||||
@ -16,7 +12,8 @@ COMMENT= Recursive map, apply a block to a data structure
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Data::Rmap.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Data-Structure
|
||||
# Date created: April 9 2006
|
||||
# Whom: Jon Nistor <nistor@snickers.org>
|
||||
#
|
||||
# Created by: Jon Nistor <nistor@snickers.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Structure-Util
|
||||
PORTVERSION= 0.15
|
||||
@ -18,7 +14,8 @@ COMMENT= Perl5 module to change the nature of data within a structure
|
||||
BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::Structure::Util.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Data-Uniqid
|
||||
# Date created: 2008-11-28
|
||||
# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com>
|
||||
#
|
||||
# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Uniqid
|
||||
PORTVERSION= 0.12
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sergey.dyatko@gmail.com
|
||||
COMMENT= Perl extension for simple genrating of unique id's
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::Uniqid.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Getopt-Attribute
|
||||
# Date created: 2010-11-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Getopt-Attribute
|
||||
PORTVERSION= 2.101700
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Attribute wrapper for Getopt::Long
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Getopt::Attribute.3
|
||||
|
||||
|
@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to pass a file descriptor over a socket
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= IO::FDPass.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: IPC-MMA
|
||||
# Date created: 24 May 2011
|
||||
# Whom: Peter Vereshagin <peter@vereshagin.org>
|
||||
#
|
||||
# Created by: Peter Vereshagin <peter@vereshagin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-MMA
|
||||
PORTVERSION= 0.81
|
||||
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS
|
||||
LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm
|
||||
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= IPC::MMA.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-MouseX-ConfigFromFile
|
||||
# Date created: 2009-04-22
|
||||
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
||||
#
|
||||
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MouseX-ConfigFromFile
|
||||
PORTVERSION= 0.05
|
||||
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
|
||||
p5-MouseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= MouseX::ConfigFromFile.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-POE-Quickie
|
||||
# Date created: 2011-05-04
|
||||
# Whom: Takefu
|
||||
#
|
||||
# Created by: Takefu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Quickie
|
||||
PORTVERSION= 0.18
|
||||
@ -24,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Capture-Tiny>=0.07:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Quickie.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-ShipIt-Step-Manifest
|
||||
# Date created: 2010-11-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ShipIt-Step-Manifest
|
||||
PORTVERSION= 0.01
|
||||
@ -18,7 +14,8 @@ COMMENT= ShipIt step for recreating the MANIFEST
|
||||
RUN_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
||||
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ShipIt::Step::Manifest.3
|
||||
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Powerful array sorting Perl interface
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sort::Array.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Tie-Hash-MultiValue
|
||||
# Date created: 2010-09-10
|
||||
# Whom: Frederic Culot <frederic@culot.org>
|
||||
#
|
||||
# Created by: Frederic Culot <frederic@culot.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-Hash-MultiValue
|
||||
PORTVERSION= 1.02
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Store multiple values per key
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::Hash::MultiValue.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Tie-ToObject
|
||||
# Date created: 2008-02-13
|
||||
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
#
|
||||
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-ToObject
|
||||
PORTVERSION= 0.03
|
||||
@ -17,7 +13,8 @@ COMMENT= Tie to an existing object
|
||||
|
||||
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::ToObject.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: devel/p5-VCP-Dest-svk
|
||||
# Date created: Jul 19 2004
|
||||
# Whom: Rong-En Fan <rafan@infor.org>
|
||||
#
|
||||
# Created by: Rong-En Fan <rafan@infor.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= VCP-Dest-svk
|
||||
PORTVERSION= 0.29
|
||||
@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= VCP::Dest::svk.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-VCS-CVS
|
||||
# Date created: 15 May 2001
|
||||
# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
||||
#
|
||||
# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= VCS-CVS
|
||||
PORTVERSION= 2.06
|
||||
@ -18,7 +14,8 @@ COMMENT= Perl module that provides a simple interface to CVS
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
MAN3= VCS::CVS.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user