diff options
Diffstat (limited to 'net/py-dns/Makefile')
-rw-r--r-- | net/py-dns/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile deleted file mode 100644 index 2b4187c15e51..000000000000 --- a/net/py-dns/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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= net python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pydns -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pydns-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= linimon@lonesome.com -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> |