aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-RBLClient/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 10:05:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 10:05:15 +0000
commitf6a97aad143123be611e2950c4a97d49117ba7ef (patch)
tree4436f3bd7509748721101489f604c9538fbbda5d /dns/p5-Net-RBLClient/Makefile
parentcb9258a95e33956291ff2cba59aaba139c8df1d7 (diff)
downloadports-f6a97aad143123be611e2950c4a97d49117ba7ef.tar.gz
ports-f6a97aad143123be611e2950c4a97d49117ba7ef.zip
- Add LICENSE
- Fix *_DEPENDS: Time::HiRes is already in all supported Perl releases - Sort PLIST - Bump PORTREVISION for dependency change - Reformat pkg-descr - Remove Author line - Use single space after WWW:
Notes
Notes: svn path=/head/; revision=363554
Diffstat (limited to 'dns/p5-Net-RBLClient/Makefile')
-rw-r--r--dns/p5-Net-RBLClient/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile
index a01d07471b90..282e089e88e3 100644
--- a/dns/p5-Net-RBLClient/Makefile
+++ b/dns/p5-Net-RBLClient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Net-RBLClient
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,13 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Queries multiple Realtime Blackhole Lists in parallel
-BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
- p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
+BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
+
+WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
.include <bsd.port.mk>