diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/p5-XML-Feed-Deduper | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Convert to new perl framework
Notes
Notes:
svn path=/head/; revision=327459
Diffstat (limited to 'textproc/p5-XML-Feed-Deduper')
-rw-r--r-- | textproc/p5-XML-Feed-Deduper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Feed-Deduper/Makefile b/textproc/p5-XML-Feed-Deduper/Makefile index 3807ced85c1e..2121a7454226 100644 --- a/textproc/p5-XML-Feed-Deduper/Makefile +++ b/textproc/p5-XML-Feed-Deduper/Makefile @@ -1,6 +1,5 @@ # Created by: TERAMOTO Masahiro <markun@onohara.to> # $FreeBSD$ -# PORTNAME= XML-Feed-Deduper PORTVERSION= 0.06 @@ -19,7 +18,8 @@ BUILD_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ RUN_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= XML::Feed::Deduper.3 |