diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
commit | 69f02904e70bba5028181729a9047df0481896f0 (patch) | |
tree | 31f9decc63133fb11f18e2ffde4c5fa535c2355e /net/p5-Net-Amazon-Thumbnail | |
parent | 8e7abd2285f873c34bf019cdc1bcee521f4fa8da (diff) | |
download | ports-69f02904e70bba5028181729a9047df0481896f0.tar.gz ports-69f02904e70bba5028181729a9047df0481896f0.zip |
Notes
Diffstat (limited to 'net/p5-Net-Amazon-Thumbnail')
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon-Thumbnail/Makefile b/net/p5-Net-Amazon-Thumbnail/Makefile index e15f82ec8220..eed1730872fc 100644 --- a/net/p5-Net-Amazon-Thumbnail/Makefile +++ b/net/p5-Net-Amazon-Thumbnail/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Amazon::Thumbnail.3 |