diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-OAI-Harvester | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/p5-OAI-Harvester')
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index 63e39826da05..441a8cdac63a 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -15,13 +15,13 @@ COMMENT= Perl module to harvest using the OAI protocol LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>=1.30:${PORTSDIR}/net/p5-URI \ - p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-XML-SAX-Base>=1.04:${PORTSDIR}/textproc/p5-XML-SAX-Base \ - p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-URI>=1.30:net/p5-URI \ + p5-XML-SAX>=0.12:textproc/p5-XML-SAX \ + p5-XML-SAX-Base>=1.04:textproc/p5-XML-SAX-Base \ + p5-libwww>=2.0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer +TEST_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer PORTSCOUT= limit:^[0-9\.]*$$ |