blob: 55175b4316da8380f6a43b588abc0574144467b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper
# Date created: 2010-05-14
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Net-DNS-RR-SRV-Helper
PORTVERSION= 0.0.0
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Orders SRV records by priority and weight for Net::DNS
RUN_DEPENDS= ${SITE_PERL}/mach/Net/DNS/RR.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally
PERL_CONFIGURE= yes
MAN3= Net::DNS::RR::SRV::Helper.3
.include <bsd.port.mk>
|