mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: p5-Stanford-DNSserver
|
|
# Date created: 5 November 2004
|
|
# Whom: Peter Pentchev <roam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Stanford-DNSserver
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= http://www.stanford.edu/~riepel/lbnamed/Stanford-DNSserver/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A DNS name server framework with a Perl backend
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Stanford::DNS.3 Stanford::DNSserver.3
|
|
|
|
.include <bsd.port.mk>
|