mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9030b5c3b8
Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self)
33 lines
729 B
Makefile
33 lines
729 B
Makefile
# New ports collection makefile for: Tie::DNS
|
|
# Date created: 25 Jan 2002
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-DNS
|
|
PORTVERSION= 0.41
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tie
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tie interface to p5-Net-DNS
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::DNS.3
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|