21 lines
428 B
Makefile
21 lines
428 B
Makefile
COMMENT= DNS module for the Perl Object Environment
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= POE-Component-Client-DNS-1.054
|
|
CATEGORIES= net
|
|
FIX_EXTRACT_PERMISSIONS= Yes
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-POE \
|
|
net/p5-Net-DNS
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= devel/p5-Test-NoWarnings
|
|
|
|
# requires Pod::Coverage::TrustPod that we don't ship.
|
|
TEST_ENV= AUTHOR_TESTING=0
|
|
|
|
.include <bsd.port.mk>
|