summaryrefslogtreecommitdiff
path: root/www/trac-pydotorgtheme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-pydotorgtheme/Makefile')
-rw-r--r--www/trac-pydotorgtheme/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile
deleted file mode 100644
index e7f0a9e9b700..000000000000
--- a/www/trac-pydotorgtheme/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pydotorgtheme
-PORTVERSION= 2.0
-PORTREVISION= 5
-CATEGORIES= www devel python
-MASTER_SITES= LOCAL/brooks
-PKGNAMEPREFIX= trac-
-
-MAINTAINER= joneum@FreeBSD.org
-COMMENT= Theme that emulates the look of python.org
-
-LICENSE= BSD
-
-RUN_DEPENDS= tracd:www/trac \
- trac-themeengine>=2.0:www/trac-themeengine
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-.include <bsd.port.mk>