diff options
Diffstat (limited to 'www/trac-down/Makefile')
-rw-r--r-- | www/trac-down/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/trac-down/Makefile b/www/trac-down/Makefile deleted file mode 100644 index 95229056e742..000000000000 --- a/www/trac-down/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> -# $FreeBSD$ - -PORTNAME= down -PORTVERSION= 0.0.1.r11 -PORTREVISION= 4 -CATEGORIES= www devel python -MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ -PKGNAMEPREFIX= trac- -DISTNAME= TracDown-${PORTVERSION:E} - -MAINTAINER= lwhsu@FreeBSD.org -COMMENT= Trac plugin for listing released downloads - -RUN_DEPENDS= tracd:www/trac - -DEPRECATED= Upstream is gone -EXPIRATION_DATE= 2017-04-30 - -USES= python:2 -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> |