blob: d3f4e153725c95d407211f317a0e13d00c19d059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= POE-Component-Client-DNSBL
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl POE component that provides non-blocking DNSBL lookups
WWW= https://metacpan.org/release/POE-Component-Client-DNSBL
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-POE>=1.004:devel/p5-POE \
p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \
p5-POE-Component-Client-DNS>=0:dns/p5-POE-Component-Client-DNS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|