mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
c9d925f767
commit
fb5b0c84fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326872
19 changed files with 45 additions and 69 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fix-mime-charset
|
||||
# Date created: 26 November 2003
|
||||
# Whom: Nosov Artem <chip-set@mail.ru>
|
||||
#
|
||||
# Created by: Nosov Artem <chip-set@mail.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fix-mime-charset
|
||||
PORTVERSION= 0.5.3
|
||||
|
@ -19,7 +15,8 @@ LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca
|
|||
PORTDOCS= README.koi8r README
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: iconv
|
||||
# Date created: 10 September 2000
|
||||
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
||||
#
|
||||
# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iconv-rfc1345
|
||||
PORTVERSION= 2.0
|
||||
|
@ -16,6 +12,6 @@ COMMENT= Additional charset modules for the iconv library (from RFC1345)
|
|||
|
||||
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,7 +12,8 @@ MAINTAINER= mor@WhiteLuna.com
|
|||
COMMENT= Module to encode and decode bencoded strings
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Convert::Bencode.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ COMMENT= Front end to the GNU recode program
|
|||
BUILD_DEPENDS= recode:${PORTSDIR}/converters/recode
|
||||
RUN_DEPENDS= recode:${PORTSDIR}/converters/recode
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Convert::Recode.3
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: Data::AMF
|
||||
# Date created: 25 Dec 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-AMF
|
||||
PORTVERSION= 0.09
|
||||
|
@ -21,7 +16,8 @@ RUN_DEPENDS= \
|
|||
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::AMF.3 \
|
||||
Data::AMF::Formatter.3 \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Encode-JIS2K
|
||||
# Date created: May 21 2006
|
||||
# Whom: Rong-En Fan <rafan@infor.org>
|
||||
#
|
||||
# Created by: Rong-En Fan <rafan@infor.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Encode-JIS2K
|
||||
PORTVERSION= 0.02
|
||||
|
@ -14,6 +10,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= rafan@FreeBSD.org
|
||||
COMMENT= JIS X 0212 (aka JIS 2000) Encodings
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Determine the locale encoding
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Encode::Locale.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Net-IDN-Encode>=0:${PORTSDIR}/textproc/p5-Net-IDN-Encode
|
|||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Encode::Punycode.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-JSON-XS-VersionOneAndTwo
|
||||
# Date created: 21 Nov 2008
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# Created by: Denis Pokataev <catone@cpan.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSON-XS-VersionOneAndTwo
|
||||
PORTVERSION= 0.31
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Support versions 1 and 2 of JSON::XS
|
|||
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= JSON::XS::VersionOneAndTwo.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: p5-MIME-Base64-URLSafe
|
||||
# Date created: Fri Aug 21, 2009
|
||||
# Whom: Dan Rench <citric@cubicone.tmetic.com>
|
||||
#
|
||||
# Created by: Dan Rench <citric@cubicone.tmetic.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MIME-Base64-URLSafe
|
||||
PORTVERSION= 0.01
|
||||
|
@ -19,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= MIME::Base64::URLSafe.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringpr
|
|||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Net::IDN::Nameprep.3
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= A perlio layer for Unidecode
|
|||
BUILD_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
|
||||
RUN_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= PerlIO::via::Unidecode.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ TEST_DEPENDS= \
|
|||
p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn \
|
||||
p5-Sereal-Decoder>0:${PORTSDIR}/converters/p5-Sereal-Decoder
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sereal::Encoder.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ RUN_DEPENDS= \
|
|||
p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sereal.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Storable-AMF
|
||||
# Date created: 2009-02-04
|
||||
# Whom: Vladimir Timofeev <vovkasm@gmail.com>
|
||||
#
|
||||
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Storable-AMF
|
||||
PORTVERSION= 1.00
|
||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= vovkasm@gmail.com
|
||||
COMMENT= Perl extension for serialize/deserialize AMF0/AMF3 data
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Storable::AMF.3 \
|
||||
Storable::AMF0.3 \
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: Unicode-RecursiveDowngrade
|
||||
# Date created: 4 Nov 2005
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Unicode-RecursiveDowngrade
|
||||
PORTVERSION= 0.04
|
||||
|
@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to turn off UTF-8 flags inside of comprex variable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= Unicode::RecursiveDowngrade.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= wbxmlc.1
|
||||
MAN3= WAP::wbxml.3 WAP::wbxml::WbRules.3
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ytnef
|
||||
# Date created: 21 Feb 2005
|
||||
# Whom: Rodrigo Graeff <delphus@gmail.com>
|
||||
#
|
||||
# Created by: Rodrigo Graeff <delphus@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ytnef
|
||||
PORTVERSION= 2.6
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Unpack data in MS Outlook TNEF format
|
|||
LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef
|
||||
RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Chemistry-File-SMILES
|
||||
# Date created: 2010-03-10
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# Created by: Steve Wills <steve@mouf.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Chemistry-File-SMILES
|
||||
PORTVERSION= 0.47
|
||||
|
@ -26,6 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
|
|||
|
||||
MAN3= Chemistry::File::SMILES.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue