View | Details | Raw Unified | Return to bug 165588
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	POE-Component-IRC-Plugin-QueryDNSBL
8
PORTNAME=	POE-Component-IRC-Plugin-QueryDNSBL
9
PORTVERSION=	1.02
9
PORTVERSION=	1.02
10
PORTREVISION=	1
10
CATEGORIES=	irc perl5 devel
11
CATEGORIES=	irc perl5 devel
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-25 Link Here
14
MAINTAINER=	miwi@FreeBSD.org
15
MAINTAINER=	miwi@FreeBSD.org
15
COMMENT=	A POE::Component::IRC plugin for IRC based DNSBL queries
16
COMMENT=	A POE::Component::IRC plugin for IRC based DNSBL queries
16
17
17
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
18
BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
18
		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
19
		p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \
19
		p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
20
		p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \
20
RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
21
		p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP
21
		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
22
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
		p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
23
23
24
PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
24
PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
25
PERL_CONFIGURE=	yes
25
PERL_CONFIGURE=	yes

Return to bug 165588