freebsd-ports/dns/p5-Net-RBLClient/Makefile
Sunpoet Po-Chuan Hsieh f6a97aad14 - 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:
2014-07-31 10:05:15 +00:00

25 lines
504 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-RBLClient
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Queries multiple Realtime Blackhole Lists in parallel
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
.include <bsd.port.mk>