Files
bsdports/perl/p5-Net-DNS-Resolver-Programmable/Makefile
2019-12-26 07:26:06 +00:00

23 lines
399 B
Makefile

#
# $Id$
#
PORTNAME= Net-DNS-Resolver-Programmable
PORTVERSION= 0.003
CATEGORIES= dns net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= gmc@sonologic.nl
COMMENT= Programmable DNS resolver for off-line testing
BUILD_DEPENDS= p5-Net-DNS>=0:perl/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
#EOF