aboutsummaryrefslogtreecommitdiff
path: root/www/trac-attachmentpolicy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-attachmentpolicy/Makefile')
-rw-r--r--www/trac-attachmentpolicy/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/trac-attachmentpolicy/Makefile b/www/trac-attachmentpolicy/Makefile
deleted file mode 100644
index a4e2bb2e1b96..000000000000
--- a/www/trac-attachmentpolicy/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Hung-Yi Chen <gaod@hychen.org>
-# $FreeBSD$
-
-PORTNAME= attachmentpolicy
-PORTVERSION= 0.1.0.${SVN_REV}
-PORTREVISION= 2
-CATEGORIES= www devel python
-MASTER_SITES= http://distfiles.cse.tw/ \
- http://trac-hacks.org/changeset/${SVN_REV}/attachmentpolicyplugin?old_path=/&format=zip&filename=/
-PKGNAMEPREFIX= trac-
-DISTNAME= ${PORTNAME}plugin-r${SVN_REV}
-
-MAINTAINER= gaod@hychen.org
-COMMENT= Provides delete permission to Trac normal user
-
-BROKEN= unfetchable
-DEPRECATED= Broken, uses EOLed python27
-EXPIRATION_DATE= 2020-02-19
-
-LICENSE= BSD3CLAUSE
-
-SVN_REV= 12775
-
-RUN_DEPENDS+= tracd:www/trac
-
-WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12
-USES= python:2.7 zip
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-FETCH_BEFORE_ARGS= -o ${DISTFILES}
-
-.include <bsd.port.mk>