freebsd-ports/dns/p5-Stanford-DNSserver/Makefile
Sunpoet Po-Chuan Hsieh 332367c2b5 - Add LICENSE
- 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>
2014-05-25 12:36:28 +00:00

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>