diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
commit | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /lang | |
parent | c929ba4f690c6927ff80408b3761f972e24ebf47 (diff) | |
download | freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.gz freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.zst freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/asn1c/Makefile | 2 | ||||
-rw-r--r-- | lang/moscow_ml/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-ePerl/Makefile | 9 |
3 files changed, 5 insertions, 8 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index c30f3f5084d2..2391bf0623bd 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -11,7 +11,7 @@ MAINTAINER= vlm@lionet.info COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message .if defined(.PARSEDIR) USE_GMAKE= yes diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 249119aa6951..b04c0bb1140f 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ RESTRICTED= Restrictions on for-profit distribution -USE_PERL5= yes # XXX: shouldn't it be changed to USE_PERL5_BUILD? +USES= perl5 ALL_TARGET= world MAKE_ARGS= MOSMLHOME="${MOSMLHOME}" DOCSDIR="${DOCSDIR}" \ LD_RUN_PATH="${PREFIX}/lib/mosml" diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 45a01118c055..55c52b719a27 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ePerl -# Date created: 03-Sep-1997 -# Whom: Ralf S. Engelschall <rse@engelschall.com> -# +# Created by: Ralf S. Engelschall <rse@engelschall.com> # $FreeBSD$ -# PORTNAME= eperl PORTVERSION= 2.2.14 @@ -17,7 +13,8 @@ COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::ePerl.3 Apache::ePerl.3 |