diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 07:15:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 07:15:20 +0800 |
commit | 1e3c1110111cb0c05b5856768e428a7ee88a83c2 (patch) | |
tree | 4af4fe5d2880cab7312a0621645b2895e302520b /net | |
parent | 17014ba6732a7b9c0ad57affed76490a06f5c22b (diff) | |
download | freebsd-ports-gnome-1e3c1110111cb0c05b5856768e428a7ee88a83c2.tar.gz freebsd-ports-gnome-1e3c1110111cb0c05b5856768e428a7ee88a83c2.tar.zst freebsd-ports-gnome-1e3c1110111cb0c05b5856768e428a7ee88a83c2.zip |
- Add PORTSCOUT: reject developer releases
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index 1a884cdc321b..e7b9423fcb06 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= p5-URI>=1.30:${PORTSDIR}/net/p5-URI \ p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= limit:[^_]* + USE_PERL5= configure USES= perl5 |