2002-10-06 17:14:10 +02:00
|
|
|
# New ports collection makefile for: py-dns
|
|
|
|
# Date created: 21 September 2002
|
|
|
|
# Whom: Mark Linimon (linimon@lonesome.com)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dns
|
2008-11-16 01:44:56 +01:00
|
|
|
PORTVERSION= 2.3.3
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
|
2002-10-06 17:14:10 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pydns-${PORTVERSION}
|
|
|
|
|
2004-11-02 23:05:12 +01:00
|
|
|
MAINTAINER= linimon@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= DNS (Domain Name Service) library for Python
|
2002-10-06 17:14:10 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= pydns
|
2002-10-06 17:14:10 +02:00
|
|
|
|
|
|
|
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>
|