diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-26 10:22:20 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-26 10:22:20 +0000 |
commit | 35bd436776116c2741c96814e745f3635a0317eb (patch) | |
tree | 45af16fc1b74294a71b7f56e27648e273f969d74 /dns/p5-Net-DNS-Codes/Makefile | |
parent | 14ad2c1ed8499bf15300a3b31d8e50fcdc9c5bcd (diff) |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-Codes/Makefile')
-rw-r--r-- | dns/p5-Net-DNS-Codes/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-Codes/Makefile b/dns/p5-Net-DNS-Codes/Makefile new file mode 100644 index 000000000000..cdb880bdbe74 --- /dev/null +++ b/dns/p5-Net-DNS-Codes/Makefile @@ -0,0 +1,22 @@ +# 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.08 +CATEGORIES= dns perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +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> |