aboutsummaryrefslogtreecommitdiff
path: root/www/trac-pagetopdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-pagetopdf/Makefile')
-rw-r--r--www/trac-pagetopdf/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/trac-pagetopdf/Makefile b/www/trac-pagetopdf/Makefile
deleted file mode 100644
index ab9ac3785265..000000000000
--- a/www/trac-pagetopdf/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Gerrit Beine <gerrit.beine@gmx.de>
-# $FreeBSD$
-
-PORTNAME= pagetopdf
-PORTVERSION= 0.2
-PORTREVISION= 9
-CATEGORIES= www devel python
-MASTER_SITES= http://www.gerritbeine.de/download/trac/
-PKGNAMEPREFIX= trac-
-DISTNAME= pagetopdfplugin-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Export trac wiki pages as PDFs
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
- htmldoc:${PORTSDIR}/textproc/htmldoc
-
-WRKSRC= ${WRKDIR}/${PORTNAME}plugin
-
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-
-.include <bsd.port.mk>