2013-09-11 10:56:53 +02:00
|
|
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
2010-05-19 08:00:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-DNS-RR-SRV-Helper
|
|
|
|
PORTVERSION= 0.0.0
|
2010-08-28 04:27:30 +02:00
|
|
|
PORTREVISION= 1
|
2010-05-19 08:00:57 +02:00
|
|
|
CATEGORIES= dns perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
2010-05-19 08:00:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
|
|
COMMENT= Orders SRV records by priority and weight for Net::DNS
|
|
|
|
|
2012-06-30 12:16:28 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
|
|
|
|
p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-08-28 04:27:30 +02:00
|
|
|
|
2013-09-11 10:56:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-05-19 08:00:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|