78b7c4403e
- bump PORTREVISION because of dependency change - move pkg-plist contents into Makefile:PLIST_FILES - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 173062 Submitted by: rm (myself) Approved by: glarkin (maintainer, by mail) Feature safe: yes
29 lines
774 B
Makefile
29 lines
774 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timingandestimation
|
|
PORTVERSION= 1.0.8b
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
|
LOCAL/glarkin
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
USE_ZIP= yes
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Add estimation and time tracking functionality to Trac
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME}plugin
|
|
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/}
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|