mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
399 B
Makefile
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
|
|
|