22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: Peter Pentchev <roam@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Stanford-DNSserver
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= http://www.stanford.edu/~riepel/lbnamed/Stanford-DNSserver/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= DNS name server framework with a Perl backend
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|