2012-10-31 06:53:43 +01:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
2007-02-21 13:52:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= down
|
|
|
|
PORTVERSION= 0.0.1.r11
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 3
|
2007-02-21 13:52:00 +01:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= TracDown-${PORTVERSION:E}
|
|
|
|
|
2007-04-04 10:49:31 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2012-10-31 06:53:43 +01:00
|
|
|
COMMENT= Trac plugin for listing released downloads
|
2007-02-21 13:52:00 +01:00
|
|
|
|
2012-10-31 06:53:43 +01:00
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
2007-02-21 13:52:00 +01:00
|
|
|
|
2012-10-31 06:53:43 +01:00
|
|
|
USE_PYTHON= -2.7
|
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= TracDown
|
|
|
|
PYDISTUTILS_PKGVERSION= 0.0.1
|
2007-02-21 13:52:00 +01:00
|
|
|
|
2012-10-31 06:53:43 +01:00
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2007-02-21 13:52:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|