mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
388 B
Makefile
22 lines
388 B
Makefile
# 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>
|