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
1b38e4177a
commit
e0ecdd782c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326592
@ -13,7 +13,8 @@ COMMENT= Unblessing perl objects
|
||||
RUN_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3 += Acme::Damn.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Class-Data-ConfigHash
|
||||
# Date created: 2008-05-19
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# Created by: Masahiro Teramoto <markun@onohara.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Data-ConfigHash
|
||||
PORTVERSION= 0.00002
|
||||
@ -17,7 +13,8 @@ COMMENT= Add Catalyst-Style Config To Your Class
|
||||
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Data::ConfigHash.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Class-Std-Utils
|
||||
# Date created: 2010-10-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Std-Utils
|
||||
DISTVERSION= v0.0.3
|
||||
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Utility subroutines for building "inside-out" objects
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Std::Utils.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-DateTime-Util-Astro
|
||||
# Date created: 2007-06-19
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# Created by: Masahiro Teramoto <markun@onohara.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Util-Astro
|
||||
PORTVERSION= 0.12000
|
||||
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inhe
|
||||
p5-DateTime-Util-Calc>=0.13:${PORTSDIR}/devel/p5-DateTime-Util-Calc
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DateTime::Util::Astro.3 \
|
||||
DateTime::Util::Astro::Common.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-ExtUtils-Manifest
|
||||
# Date created: 2008-02-11
|
||||
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
#
|
||||
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ExtUtils-Manifest
|
||||
PORTVERSION= 1.61
|
||||
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= lippe@FreeBSD.org
|
||||
COMMENT= Utilities to write and check a MANIFEST file
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ExtUtils::Manifest.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-File-Assets
|
||||
# Date created: 2011-05-01
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Assets
|
||||
PORTVERSION= 0.064
|
||||
@ -41,7 +37,8 @@ RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
|
||||
p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \
|
||||
p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Assets.3 File::Assets::Asset.3
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: IPC::System::Simple
|
||||
# Date created: 22 Jan 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-System-Simple
|
||||
PORTVERSION= 1.21
|
||||
@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to run commands simply with detailed diagnostics
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= IPC::System::Simple.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Module-Refresh
|
||||
# Date created: 13 February 2005
|
||||
# Whom: aturetta@commit.it
|
||||
#
|
||||
# Created by: aturetta@commit.it
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Module-Refresh
|
||||
PORTVERSION= 0.17
|
||||
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMak
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Module::Refresh.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ RUN_DEPENDS= \
|
||||
p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= MooseX::Types::Stringlike.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ COMMENT= A class that provides an event callback interface
|
||||
RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Object::Event.3
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: Regexp::Assemble::Compressed
|
||||
# Date created: 27 Dec 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Regexp-Assemble-Compressed
|
||||
PORTVERSION= 0.02
|
||||
@ -18,7 +13,8 @@ RUN_DEPENDS= \
|
||||
p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Regexp::Assemble::Compressed.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ RUN_DEPENDS= \
|
||||
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= TAP::Harness::JUnit.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Term-Encoding
|
||||
# Date created: 2006-07-13
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Term-Encoding
|
||||
PORTVERSION= 0.02
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Detect encoding of the current terminal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::Encoding.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ COMMENT= Drop-in replacement for <STDIN> with handling of non-standard keys
|
||||
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::RawInput.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Term-Size
|
||||
# Date created: 6 December 2000
|
||||
# Whom: Brad Jones <brad@kazrak.com>
|
||||
#
|
||||
# Created by: Brad Jones <brad@kazrak.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Term-Size
|
||||
PORTVERSION= 0.207
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= brad@kazrak.com
|
||||
COMMENT= A Perl5 module to handle window size changes
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Term::Size.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Test-Reporter-Transport-Metabase
|
||||
# Date created: 2011-02-05
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Reporter-Transport-Metabase
|
||||
PORTVERSION= 1.999008
|
||||
@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Test-Reporter>>1.54:${PORTSDIR}/devel/p5-Test-Reporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::Reporter::Transport::Metabase.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Tie-File-AsHash
|
||||
# Date created: 13 December 2007
|
||||
# Whom: Ruben de Groot <rdg@bzerk.org>
|
||||
#
|
||||
# Created by: Ruben de Groot <rdg@bzerk.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-File-AsHash
|
||||
PORTVERSION= 0.08
|
||||
@ -18,7 +14,8 @@ COMMENT= Access the lines of a disk file via a Perl hash
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Tie-File>=0:${PORTSDIR}/devel/p5-Tie-File
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::File::AsHash.3
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: p5-UNIVERSAL-require
|
||||
# Date Created: 25 Oct, 2005
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= UNIVERSAL-require
|
||||
PORTVERSION= 0.13
|
||||
@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl module to require() from a variable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= UNIVERSAL::require.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: devel/p5-relative
|
||||
# Date created: Tue Dec 9 11:32:16 EST 2008
|
||||
# Whom: skreuzer@exit2shell.com
|
||||
#
|
||||
# Created by: skreuzer@exit2shell.com
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= relative
|
||||
PORTVERSION= 0.04
|
||||
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
BUILD_DEPEND= ${RUN_DEPENDS} \
|
||||
p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= relative.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user