- convert to the new perl5 framework

- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
This commit is contained in:
Andrej Zverev 2013-09-07 16:51:08 +00:00
parent b6d26c26ec
commit e209b76782
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326656
19 changed files with 53 additions and 98 deletions

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: lcov
# Date created: 2010-02-11
# Whom: Romain Tartiere <romain@FreeBSD.org>
#
# Created by: Romain Tartiere <romain@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= lcov
PORTVERSION= 1.10
@ -19,7 +15,8 @@ LICENSE= GPLv1
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
USE_PERL5_RUN= yes
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo
MAN1= gendesc.1 genhtml.1 geninfo.1 genpng.1 lcov.1

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Config-INI-Simple
# Date created: 2006-07-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Config-INI-Simple
PORTVERSION= 0.02
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Simple reading and writing from an INI file
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Config::INI::Simple.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Data-Range-Compare
# Date created: 2010-11-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Data-Range-Compare
PORTVERSION= 1.030
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Find gaps & intersections in lists of ranges
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Data::Range::Compare.3 \
Data::Range::Compare::Cookbook.3 \

View file

@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= DateTime::Format::DateParse.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Exception-Class-TryCatch
# Date created: 2008-02-14
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
# $FreeBSD$
#
PORTNAME= Exception-Class-TryCatch
PORTVERSION= 1.12
@ -19,7 +15,8 @@ BUILD_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Exception::Class::TryCatch.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ExtUtils::CChecker
# Date created: 21 Feb 2010
# Whom: Sahil Tandon <sahil@tandon.net>
#
# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
#
PORTNAME= ExtUtils-CChecker
PORTVERSION= 0.08
@ -16,7 +12,8 @@ COMMENT= Configure-time utilities for using C headers, libraries, OS features
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= ExtUtils::CChecker.3

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: devel/p5-IO-Lambda
# Date created: 06 Nov 2008
# Whom: Vany Serezhkin <ivan@serezhkin.com>
#
# Created by: Vany Serezhkin <ivan@serezhkin.com>
# $FreeBSD$
PORTNAME= IO-Lambda
@ -23,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-AnyEvent>=4.33:${PORTSDIR}/devel/p5-AnyEvent \
p5-DBI>=1.60.4:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS+= --no-online-tests
MAN3= IO::Lambda.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Inline-TT
# Date created: 2006-09-26
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Inline-TT
PORTVERSION= 0.07
@ -18,7 +14,8 @@ COMMENT= Provides inline support for template toolkit 2.x
RUN_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Inline::TT.3

View file

@ -1,9 +1,4 @@
# New ports collection makefile for: Log::Any::Adapter::Dispatch
# Date created: 30 Aug 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Log-Any-Adapter-Dispatch
PORTVERSION= 0.06
@ -19,7 +14,8 @@ RUN_DEPENDS= \
p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Log::Any::Adapter::Dispatch.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Module::Info
# Date created: 29 June 2003
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Module-Info
PORTVERSION= 0.34
@ -17,7 +13,8 @@ COMMENT= Provides information about Perl modules
BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= module_info.1 pfunc.1
MAN3= B::BUtils.3 B::Module::Info.3 Module::Info.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Module-Install
# Date created: Sep 15 2004
# Whom: clsung
#
# Created by: clsung
# $FreeBSD$
#
PORTNAME= Module-Install
PORTVERSION= 1.06
@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \
p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= --skip
MAN3= inc::Module::Install.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: devel/p5-PAR-Packer
# Date created: Dec 06 2006
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= PAR-Packer
PORTVERSION= 1.01.4
@ -27,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= sketchy-*
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN1= par.pl.1 parl.1 pp.1 tkpp.1

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Parse-PlainConfig
# Date created: December 2nd 2010
# Whom: Peter Vereshagin <peter@vereshagin.org>
#
# Created by: Peter Vereshagin <peter@vereshagin.org>
# $FreeBSD$
#
PORTNAME= Parse-PlainConfig
PORTVERSION= 2.06
@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Paranoid>0:${PORTSDIR}/devel/p5-Paranoid \
p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
p5-Text-Tabs+Wrap>0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Parse::PlainConfig.3

View file

@ -13,7 +13,8 @@ COMMENT= A perl module for RCS archive manipulation
BUILD_DEPENDS= p5-String-ShellQuote>1.00:${PORTSDIR}/textproc/p5-String-ShellQuote
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Rcs::Agent.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: SVN::Look
# Date created: 2009-01-27
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= SVN-Look
PORTVERSION= 0.38
@ -21,7 +17,8 @@ RUN_DEPENDS= subversion>=1.7.0:${PORTSDIR}/devel/subversion \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= SVN::Look.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Test-Net-RabbitMQ
# Date created: 2010-09-10
# Whom: Steve Wills <swills@FreeBSD.org>
#
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Test-Net-RabbitMQ
PORTVERSION= 0.09
@ -20,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Test::Net::RabbitMQ.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-TimeDate
# Date created: Mon Sep 1 17:03:41 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
#
PORTNAME= TimeDate
PORTVERSION= 2.30
@ -17,7 +13,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module containing a better/faster date parser for absolute dates
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= Date::Format.3 Date::Language.3 Date::Language::Bulgarian.3 \
Date::Language::Hungarian.3 Date::Parse.3 Time::Zone.3

View file

@ -14,7 +14,8 @@ COMMENT= Boolean support for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= boolean.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: capitalization.pm
# Date created: 29 August 2005
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= capitalization
PORTVERSION= 0.03
@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= capitalization.3