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
|
2008-04-03 12:55:10 +02:00
|
|
|
PORTVERSION= 0.5
|
|
|
|
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-
|
2008-04-03 12:55:10 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
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
|
|
|
|
2004-01-03 21:30:39 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2002-06-26 08:01:21 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Tie::DNS.3
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|