mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1b0994ee1e
With hat: python@
22 lines
504 B
Makefile
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>
|