diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
commit | 0aad97bb5c24e162fa1f0e0fa87c8654f738ff52 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /converters | |
parent | 9046e7300f8c066998aad575e838180bdf83371e (diff) | |
download | freebsd-ports-gnome-0aad97bb5c24e162fa1f0e0fa87c8654f738ff52.tar.gz freebsd-ports-gnome-0aad97bb5c24e162fa1f0e0fa87c8654f738ff52.tar.zst freebsd-ports-gnome-0aad97bb5c24e162fa1f0e0fa87c8654f738ff52.zip |
- Convert to new perl framework
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-BER/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Cstools/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Format-Human-Bytes/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-IMAPUtf7/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-Lite/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-Map/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-XML-WBXML/Makefile | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile index 72c2430dfc2b..8ab4b30e0cfd 100644 --- a/converters/p5-Convert-BER/Makefile +++ b/converters/p5-Convert-BER/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER) -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Convert::BER.3 diff --git a/converters/p5-Cstools/Makefile b/converters/p5-Cstools/Makefile index bcc780f79505..469c41027529 100644 --- a/converters/p5-Cstools/Makefile +++ b/converters/p5-Cstools/Makefile @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Tools for dealing with Czech encodings in Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cssort.1 cstocs.1 dbfcstocs.1 MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3 diff --git a/converters/p5-Format-Human-Bytes/Makefile b/converters/p5-Format-Human-Bytes/Makefile index 1b1108f37736..8737ee1f6751 100644 --- a/converters/p5-Format-Human-Bytes/Makefile +++ b/converters/p5-Format-Human-Bytes/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to format a bytecount and make it human readable -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Format::Human::Bytes.3 diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index 64e30e379e76..b950f900d3ee 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/Makefile @@ -18,7 +18,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::IMAPUtf7.3 diff --git a/converters/p5-Unicode-Lite/Makefile b/converters/p5-Unicode-Lite/Makefile index 28dec68948c0..594259c4c76e 100644 --- a/converters/p5-Unicode-Lite/Makefile +++ b/converters/p5-Unicode-Lite/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} BROKEN= Overwrites bin/map from converters/p5-Unicode-Map -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::Lite.3 diff --git a/converters/p5-Unicode-Map/Makefile b/converters/p5-Unicode-Map/Makefile index 01b8d042713c..368de2433d0d 100644 --- a/converters/p5-Unicode-Map/Makefile +++ b/converters/p5-Unicode-Map/Makefile @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= map.1 mkmapfile.1 MAN3= Unicode::Map.3 diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index a4b36f14f398..469f244671b3 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -16,7 +16,8 @@ COMMENT= Mapping table between 8-bit chars and Unicode BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= umap.1 MAN3= Unicode::Map8.3 diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile index 7b638d4b9a1e..4f10a0e656d0 100644 --- a/converters/p5-Unicode-MapUTF8/Makefile +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::MapUTF8.3 diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile index 4d781a11094a..2399230af5da 100644 --- a/converters/p5-Unicode-UTF8simple/Makefile +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Conversions to/from UTF-8 from/to charactersets -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::UTF8simple.3 diff --git a/converters/p5-XML-WBXML/Makefile b/converters/p5-XML-WBXML/Makefile index 8319936180cc..23ffe09bf69f 100644 --- a/converters/p5-XML-WBXML/Makefile +++ b/converters/p5-XML-WBXML/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 MAN3= XML::WBXML.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's,-I.,-I. -I${LOCALBASE}/include,' ${WRKSRC}/Makefile.PL |