b661434cad
- no PORTREVISION bump is needed, because it already had run/build depend - Trim Makefile header - Remove indefinite article in COMMENT - Limit python version to 2.x only - Move pkg-plist to PLIST_FILES in Makefile - Change tab to space in pkg-descr:WWW PR: ports/173167 Submitted by: rm Feature safe: yes
24 lines
575 B
Makefile
24 lines
575 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= down
|
|
PORTVERSION= 0.0.1.r11
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= TracDown
|
|
PYDISTUTILS_PKGVERSION= 0.0.1
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|