mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Convert to new perl framework
- Trim Makefile header
This commit is contained in:
parent
50cfc86752
commit
d98e1893f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324054
@ -31,7 +31,7 @@ PLIST_DIRS= ${FONTDIR_REL}
|
||||
PLIST_DIRSTRY= share/fonts
|
||||
SUB_FILES= hpscat.sh pkg-message
|
||||
SUB_LIST= FONTDIR=${FONTDIR}
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin
|
||||
|
@ -13,7 +13,8 @@ COMMENT= 3D objects flying around resembling explosions with various effects
|
||||
|
||||
USE_SDL= sdl image
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -12,8 +12,7 @@ COMMENT= Change directory in full-screen visual mode
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gettext
|
||||
USE_PERL5= yes
|
||||
USES= gettext perl5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Array-Diff
|
||||
# Date created: March 09, 2008
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Array-Diff
|
||||
PORTVERSION= 0.07
|
||||
@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Array::Diff.3
|
||||
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module to print arrays of elements in sorted columns
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Array::PrintCols.3
|
||||
|
||||
|
@ -12,7 +12,8 @@ DISTNAME= asterisk-perl-${PORTVERSION}
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Asterisk perl library
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION}
|
||||
|
||||
MAN3= Asterisk::AGI.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Business::ISIN
|
||||
# Date created: 24 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-ISIN
|
||||
PORTVERSION= 0.20
|
||||
@ -18,7 +14,8 @@ COMMENT= Validate International Securities Identification Numbers
|
||||
BUILD_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Business::ISIN.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Geo-Cache
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Cache
|
||||
PORTVERSION= 0.11
|
||||
@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Geo::Cache.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Geo-Postcodes-NO
|
||||
# Date created: 2006-07-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Postcodes-NO
|
||||
PORTVERSION= 0.31
|
||||
@ -17,7 +13,8 @@ COMMENT= Norwegian 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::NO.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Locale-Geocode
|
||||
# Date created: 2008/08/31
|
||||
# Whom: chinsan
|
||||
#
|
||||
# Created by: chinsan
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-Geocode
|
||||
PORTVERSION= 1.20
|
||||
@ -21,7 +17,8 @@ RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
|
||||
p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Locale::Geocode.3 \
|
||||
Locale::Geocode::Division.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Locale-Codes
|
||||
# Date created: 28 December 2002
|
||||
# Whom: Sebastien gioria <gioria@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sebastien gioria <gioria@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Msgcat
|
||||
PORTVERSION= 1.03
|
||||
@ -17,6 +13,7 @@ COMMENT= Perl module for systems to support the XPG4 message catalog functions
|
||||
|
||||
MAN3= Locale::Msgcat.3
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Convert state, province, county etc. names to/from code
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Locale::SubCountry.3 \
|
||||
Locale::SubCountry::Data.3
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Locale-US
|
||||
# Date created: 2008-07-31
|
||||
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
||||
#
|
||||
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-US
|
||||
PORTVERSION= 2.112.150
|
||||
@ -18,7 +14,8 @@ COMMENT= Two letter codes for state identification in the United States
|
||||
BUILD_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
|
||||
RUN_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Locale::US.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Net-vCard
|
||||
# Date created: 16 April 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# Created by: Mathieu Arnold <m@absolight.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-vCard
|
||||
PORTVERSION= 0.5
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Read and write vCard files (RFC 2426)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::vFile.3 Net::vCard.3
|
||||
|
||||
|
@ -22,7 +22,8 @@ RUN_DEPENDS= p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \
|
||||
p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Software::License.3 \
|
||||
Software::License::AGPL_3.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Tie::DxHash
|
||||
# Date created: 25 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-DxHash
|
||||
PORTVERSION= 1.05
|
||||
@ -17,7 +13,8 @@ COMMENT= Perl module implementing ordered hashes with duplicate keys
|
||||
BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tie::DxHash.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Zen-Koans
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Zen-Koans
|
||||
PORTVERSION= 0.05
|
||||
@ -17,6 +13,7 @@ COMMENT= Library containing over 100 Zen Koans
|
||||
|
||||
MAN3= Zen::Koan.3 Zen::Koans.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,8 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
USES= shebangfix
|
||||
USES= shebangfix perl5
|
||||
SHEBANG_FILES= quotes quotesmailer QuExample.pm
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user