Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile 342585 2014-02-04 18:28:54Z sunpoet $ |
2 |
# $FreeBSD: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile 342585 2014-02-04 18:28:54Z sunpoet $ |
3 |
|
3 |
|
4 |
PORTNAME= Net-DNSBL-MultiDaemon |
4 |
PORTNAME= Net-DNSBL-MultiDaemon |
5 |
PORTVERSION= 0.38 |
5 |
PORTVERSION= 0.39 |
6 |
CATEGORIES= dns mail perl5 |
6 |
CATEGORIES= dns mail perl5 |
7 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
8 |
PKGNAMEPREFIX= p5- |
Lines 22-27
Link Here
|
22 |
p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog |
22 |
p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog |
23 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
23 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
24 |
|
24 |
|
|
|
25 |
OPTIONS_DEFINE= RHBL |
26 |
OPTIONS_DEFAULT= RHBL |
27 |
RHBL_DESC= RHBL checking of URBL domains |
28 |
RHBL_BUILD_DEPENDS= p5-URBL-Prepare>=0.08:${PORTSDIR}/dns/p5-URBL-Prepare |
29 |
|
25 |
USES= perl5 shebangfix |
30 |
USES= perl5 shebangfix |
26 |
USE_PERL5= configure |
31 |
USE_PERL5= configure |
27 |
|
32 |
|