diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-11-02 15:20:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-11-02 15:20:16 +0000 |
commit | 2250b880dda22993574c89fcfb252051664f15c7 (patch) | |
tree | 73a8b78183375abfdd3675678fabe94da6d3c592 /ports-mgmt/distilator | |
parent | 38ff2c76f5b8cf78cc0479e60f2ebd240e0418c2 (diff) |
Add p5-libwww as dependency.
PR: 151889
Submitted by: Florian Smeets <flo@smeets.im>
Notes
Notes:
svn path=/head/; revision=263935
Diffstat (limited to 'ports-mgmt/distilator')
-rw-r--r-- | ports-mgmt/distilator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index 9e8a67f7927a..04c1a1431361 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -7,13 +7,15 @@ PORTNAME= distilator PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt perl5 MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line script to check the availability of a ports distfiles -RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.10.1+ |