freebsd-ports/dns/p5-Stanford-DNSserver/Makefile
2019-11-06 12:48:32 +00:00

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>