1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/dns/p5-Net-DNS-Lite/Makefile
2014-03-22 09:08:02 +00:00

25 lines
569 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-DNS-Lite
PORTVERSION= 0.12
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure-Perl DNS resolver with support for timeout
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>