1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/trac-down/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

22 lines
504 B
Makefile

# 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:${PORTSDIR}/www/trac
USES= python:2
USE_PYTHON= distutils autoplist
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>