summaryrefslogtreecommitdiff
path: root/textproc/py-genshi-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-genshi-devel/Makefile')
-rw-r--r--textproc/py-genshi-devel/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/textproc/py-genshi-devel/Makefile b/textproc/py-genshi-devel/Makefile
deleted file mode 100644
index 17b8d0b4dfab..000000000000
--- a/textproc/py-genshi-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: py-genshi
-# Date created: 2007-01-23
-# Whom: Nicola Vitale <nivit@email.it>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Genshi
-PORTVERSION= 0.4.4
-#PORTREVISION= 0
-#PORTEPOCH= 0
-CATEGORIES= textproc www python
-MASTER_SITES= http://ftp.edgewall.com/pub/${PORTNAME:L}/ \
- http://nivi.interfree.it/distfiles/${PORTNAME:L}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= Python toolkit for stream-based generation of output for the web
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
-.endif
-
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>