aboutsummaryrefslogtreecommitdiff
path: root/www/trac-addcomment/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-addcomment/Makefile')
-rw-r--r--www/trac-addcomment/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/trac-addcomment/Makefile b/www/trac-addcomment/Makefile
deleted file mode 100644
index 1809ae4b16fd..000000000000
--- a/www/trac-addcomment/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Gerrit Beine <gerrit.beine@gmx.de>
-# $FreeBSD$
-
-PORTNAME= addcomment
-PORTVERSION= 0.3
-PORTREVISION= 3
-CATEGORIES= www devel python
-MASTER_SITES= http://www.gerritbeine.de/download/trac/
-PKGNAMEPREFIX= trac-
-DISTNAME= ${PORTNAME}macro-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Add formatted comments to wiki pages
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
- trac-macropost>0:${PORTSDIR}/www/trac-macropost
-
-WRKSRC= ${WRKDIR}/${PORTNAME}macro
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= TracAddCommentMacro
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-.include <bsd.port.mk>