332367c2b5
- Use single space after WWW: - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189505 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
18 lines
391 B
Makefile
18 lines
391 B
Makefile
# Created by: 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= 5u623l20@gmail.com
|
|
COMMENT= DNS name server framework with a Perl backend
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|