freebsd-ports/dns/p5-Tie-DNS/Makefile

38 lines
726 B
Makefile
Raw Normal View History

# New ports collection makefile for: Tie::DNS
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Tie-DNS
2009-01-06 19:16:18 +01:00
PORTVERSION= 0.6.1
2008-04-03 12:55:10 +02:00
PORTEPOCH= 1
CATEGORIES= dns perl5
2008-04-03 12:55:10 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2009-01-06 19:16:18 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Tie interface to p5-Net-DNS
2009-01-06 19:16:18 +01:00
RUN_DEPENDS= p5-Net-DNS>=0.12:${PORTSDIR}/dns/p5-Net-DNS \
p5-Tie-Cache>=0.01:${PORTSDIR}/devel/p5-Tie-Cache
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tie::DNS.3
2009-01-06 19:16:18 +01:00
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
2009-01-06 19:16:18 +01:00
.endif
.include <bsd.port.mk>