freebsd-ports/dns/py-dns/Makefile
Mark Linimon 0dc95b4bd9 Use my FreeBSD.org address.
Reminded by:	mavvie
2004-11-02 22:05:12 +00:00

34 lines
724 B
Makefile

# New ports collection makefile for: py-dns
# Date created: 21 September 2002
# Whom: Mark Linimon (linimon@lonesome.com)
#
# $FreeBSD$
#
PORTNAME= dns
PORTVERSION= 2.3.0
CATEGORIES= dns python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pydns
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pydns-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= linimon@FreeBSD.org
COMMENT= DNS (Domain Name Service) library for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOCS= README.txt README-guido.txt
DOCSDIR= ${PREFIX}/share/doc/py-dns
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>