blob: 96846e47b0e3eb6fe61c33732e56f97a82b9aca9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= 5u623l20@gmail.com
COMMENT= DNS name server framework with a Perl backend
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|