diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
commit | 3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (patch) | |
tree | fd65ca8fc7e7bb8076000fc5b8b00d3d2017a2a3 /converters/p5-Data-AMF | |
parent | 9e4e2005dfb30505ad1e66268a6067105b741977 (diff) | |
download | freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.gz freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.zst freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/p5-Data-AMF')
-rw-r--r-- | converters/p5-Data-AMF/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/p5-Data-AMF/Makefile b/converters/p5-Data-AMF/Makefile index c77edabb5b7b..c78a50a8bb28 100644 --- a/converters/p5-Data-AMF/Makefile +++ b/converters/p5-Data-AMF/Makefile @@ -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 \ |