- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
28331aed5c
commit
d4049d4eef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326728
19 changed files with 49 additions and 94 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: deputy
|
||||
# Date created: 19 March 2007
|
||||
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
||||
#
|
||||
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deputy
|
||||
PORTVERSION= 1.1
|
||||
|
@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt:${PORTSDIR}/lang/ocaml
|
|||
CONFLICTS= cil-*
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-AnyEvent-Graphite
|
||||
# Date created: 2011-11-25
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AnyEvent-Graphite
|
||||
PORTVERSION= 0.08
|
||||
|
@ -18,7 +14,8 @@ RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \
|
|||
p5-AnyEvent-SNMP>=1.0:${PORTSDIR}/net-mgmt/p5-AnyEvent-SNMP
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AnyEvent::Graphite.3 \
|
||||
AnyEvent::Graphite::SNMPAgent.3
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Class-Adapter
|
||||
# Date created: 2006-08-13
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Adapter
|
||||
PORTVERSION= 1.08
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Perl implementation of the "Adapter" Design Pattern
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Adapter.3 \
|
||||
Class::Adapter::Builder.3 \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Config-Properties
|
||||
# Date created: 28 December 2006
|
||||
# Whom: Craig Manley
|
||||
#
|
||||
# Created by: Craig Manley
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Config-Properties
|
||||
PORTVERSION= 1.75
|
||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= cmanley@xs4all.nl
|
||||
COMMENT= Read and write property files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Config::Properties.3
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: Devel::BeginLift
|
||||
# Date created: 22 Nov 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-BeginLift
|
||||
PORTVERSION= 0.001003
|
||||
|
@ -19,7 +14,8 @@ RUN_DEPENDS= \
|
|||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::BeginLift.3
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: Devel::Caller::Perl
|
||||
# Date created: 15 Sep 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-Caller-Perl
|
||||
PORTVERSION= 1.4
|
||||
|
@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to implement Devel::Caller with Perl only
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Devel::Caller::Perl.3
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: Devel::Cover::Report::Clover
|
||||
# Date created: 31 Dec 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-Cover-Report-Clover
|
||||
PORTVERSION= 0.35
|
||||
|
@ -26,7 +21,8 @@ TEST_DEPENDS= \
|
|||
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::Cover::Report::Clover.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Devel-Events
|
||||
# Date created: 23 Oct 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-Events
|
||||
PORTVERSION= 0.08
|
||||
|
@ -23,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
||||
p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::Events.3 \
|
||||
Devel::Events::Filter.3 \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Dist-CheckConflicts
|
||||
# Date created: 9 February 2011
|
||||
# Whom: milki <milki@rescomp.berkeley.edu>
|
||||
#
|
||||
# Created by: milki <milki@rescomp.berkeley.edu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Dist-CheckConflicts
|
||||
PORTVERSION= 0.02
|
||||
|
@ -23,7 +19,8 @@ RUN_DEPENDS= p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Dist::CheckConflicts.3
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Nice wrapper for libmagic
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::LibMagic.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-File-Slurp-Tree
|
||||
# Date created: 2006-07-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Slurp-Tree
|
||||
PORTVERSION= 1.24
|
||||
|
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
|
|||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Slurp::Tree.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-IPC-Open3-Simple
|
||||
# Date created: 2006-07-21
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Open3-Simple
|
||||
PORTVERSION= 0.04
|
||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= A simple alternative to IPC::Open3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= IPC::Open3::Simple.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: devel/p5-MooseX-Traits-Pluggable
|
||||
# Date created: 25 July 2009
|
||||
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
|
||||
#
|
||||
# Created by: Bill Brinzer <bill.brinzer@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MooseX-Traits-Pluggable
|
||||
PORTVERSION= 0.10
|
||||
|
@ -22,7 +18,8 @@ BUILD_DEPENDS= \
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= MooseX::Traits::Pluggable.3
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Perl extension for Consistent Signal Handling
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sys::SigAction.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Test-HasVersion
|
||||
# Date created: 2006-07-16
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-HasVersion
|
||||
PORTVERSION= 0.01.2
|
||||
|
@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-0.012
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Check Perl modules have version numbers
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::HasVersion.3
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Test that freed memory objects were, indeed, freed
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::Weaken.3
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= An API to the Perl weak references
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WeakRef.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: devel/p5-ZML
|
||||
# Date created: 2008-05-12
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ZML
|
||||
PORTVERSION= 1.0.0
|
||||
|
@ -18,7 +14,8 @@ COMMENT= A simple, fast, and easy to read binary data storage format
|
|||
BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
|
||||
RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ZML.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-subatom
|
||||
# Date created: 2006-09-26
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= subatom
|
||||
PORTVERSION= 0.12
|
||||
|
@ -18,7 +14,8 @@ COMMENT= Produce an atom feed from subversion commits
|
|||
BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
PLIST_FILES= bin/subatom
|
||||
|
||||
MAN1= subatom.1
|
||||
|
|
Loading…
Reference in a new issue