aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-DNS-Codes/Makefile
blob: 2ced75c42df2638f3701d163848d6f205452efff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-Net-DNS-Codes
# Date created:     2006-09-11
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Net-DNS-Codes
PORTVERSION=    0.09
CATEGORIES= dns perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Collection of C library DNS codes

PERL_CONFIGURE= yes

MAN3=       Net::DNS::Codes.3

.include <bsd.port.mk>