aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-dns/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-05 15:41:35 +0800
committeredwin <edwin@FreeBSD.org>2003-09-05 15:41:35 +0800
commit03a55a64f703a87c5b10568196caff2dbbcb4836 (patch)
treec5d5eccef4f6bb681c2dcaa36eca3ef19e929bd6 /net/py-dns/Makefile
parentceff32bcc316a64e9670d27cac3756c938c4ee86 (diff)
downloadfreebsd-ports-gnome-03a55a64f703a87c5b10568196caff2dbbcb4836.tar.gz
freebsd-ports-gnome-03a55a64f703a87c5b10568196caff2dbbcb4836.tar.zst
freebsd-ports-gnome-03a55a64f703a87c5b10568196caff2dbbcb4836.zip
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move the dns-related ports to the new world. Is there anyone who is brave enough to complete this difficult job? ;) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Diffstat (limited to 'net/py-dns/Makefile')
-rw-r--r--net/py-dns/Makefile34
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>