1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/dns/p5-DNS-Zone/Makefile
Edwin Groothuis bb22599d96 only for perl 5.6 and higher
Noticed by: bento
2003-05-08 23:28:50 +00:00

36 lines
798 B
Makefile

# New ports collection makefile for: p5-DNS-Zone
# Date created: 22 February 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= DNS-Zone
PORTVERSION= 0.85
PORTREVISION= 0
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DNS
PKGNAMEPREFIX= p5-
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= DNS::Zone is set of perl modules for name service zone files
PERL_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/p5-DNS-Zone
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
.endif
.include <bsd.port.post.mk>