diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:12:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:12:35 +0000 |
commit | 46c6877a4a150b8a708675a333110c1effbc512e (patch) | |
tree | cb5f589849208faeb4439a9e84ed872d37762a4e /textproc/p5-Plagger/Makefile | |
parent | b470510cdfb40beffcd9dee843714d519c7e4d72 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Plagger/Makefile')
-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 \ |