2002-06-26 08:01:21 +02:00
|
|
|
# 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
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns perl5
|
2008-04-03 12:55:10 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-26 08:01:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2009-01-06 19:16:18 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2002-06-26 08:01:21 +02:00
|
|
|
|
2005-09-20 16:20:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Tie interface to p5-Net-DNS
|
2002-06-26 08:01:21 +02:00
|
|
|
|
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}
|
2002-06-26 08:01:21 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Tie::DNS.3
|
|
|
|
|
2009-01-06 19:16:18 +01:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
|
2002-06-26 08:01:21 +02:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
|
2009-01-06 19:16:18 +01:00
|
|
|
|
2002-06-26 08:01:21 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|