diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:12:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:12:35 +0800 |
commit | 12e20b0674c48f693a78fe456f8afcfb71b9685b (patch) | |
tree | cb5f589849208faeb4439a9e84ed872d37762a4e /textproc | |
parent | 8d3ae674ceb081425ad7cc938389bcae62407b66 (diff) | |
download | freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.tar.gz freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.tar.zst freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.zip |
Convert to new perl framework
Submitted by: az
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index f13e6a0d8aad..ebbc2923f42e 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -12,8 +12,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= sumikawa@FreeBSD.org COMMENT= Pluggable RSS/Atom feed aggregator written in Perl -USE_PERL5= yes - BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ @@ -375,7 +373,9 @@ BUILD_DEPENDS+= p5-Text-Original>=0:${PORTSDIR}/textproc/p5-Text-Original .endif RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes + +USES= perl5 +USE_PERL5= configure MAN3= Plagger.3 \ Plagger::Cookies.3 \ |