24 lines
489 B
Makefile
24 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:45:37 sthen Exp $
|
|
|
|
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>
|