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

(-)Makefile (-4 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	POE-Component-Client-DNS
8
PORTNAME=	POE-Component-Client-DNS
9
PORTVERSION=	0.94
9
PORTVERSION=	0.95
10
CATEGORIES=	devel perl5 net
10
CATEGORIES=	devel perl5 net
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
12
		http://poe.perl.org/poedown/
12
		http://poe.perl.org/poedown/
Lines 16-28 Link Here
16
MAINTAINER=	skv@FreeBSD.org
16
MAINTAINER=	skv@FreeBSD.org
17
COMMENT=	POE component for non-blocking/concurrent DNS queries
17
COMMENT=	POE component for non-blocking/concurrent DNS queries
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
19
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
20
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
20
		${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
21
RUN_DEPENDS=	${BUILD_DEPENDS}
21
RUN_DEPENDS=	${BUILD_DEPENDS}
22
22
23
PERL_CONFIGURE=	yes
23
PERL_CONFIGURE=	yes
24
24
25
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
26
MAN3=		POE::Component::Client::DNS.3
25
MAN3=		POE::Component::Client::DNS.3
27
26
28
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (POE-Component-Client-DNS-0.94.tar.gz) = f1eeee830ce36e2dcf805a979c2a457e
1
MD5 (POE-Component-Client-DNS-0.95.tar.gz) = ee122434af604b14681ffe60e585f9e3
(-)pkg-plist (-9 / +9 lines)
Lines 1-9 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist
1
%%SITE_PERL%%/POE/Component/Client/DNS.pm
2
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/DNS.pm
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
8
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
9
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
9
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true

Return to bug 52169