mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-Client-DNSBL
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl POE component that provides non-blocking DNSBL lookups
|
|
|
|
BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
|
|
p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \
|
|
p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|