diff options
author | az <az@FreeBSD.org> | 2013-09-11 13:29:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 13:29:55 +0800 |
commit | ee8dddd74f909906e260b158307d0d183bbaf75b (patch) | |
tree | 7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-XML-RSS | |
parent | c1a8e29598b8959c5f4491ad421f4a76481d9fdc (diff) | |
download | freebsd-ports-gnome-ee8dddd74f909906e260b158307d0d183bbaf75b.tar.gz freebsd-ports-gnome-ee8dddd74f909906e260b158307d0d183bbaf75b.tar.zst freebsd-ports-gnome-ee8dddd74f909906e260b158307d0d183bbaf75b.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 75e98ae1d1e0..f17937ce55b7 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::RSS -# Date created: 4th September 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-RSS PORTVERSION= 1.49 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Manifest>=0.9:${PORTSDIR}/devel/p5-Test-Manifest -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RSS.3 |