Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: trac-vote |
1 |
# Created by: Brooks Davis <brooks@freebsd.org> |
2 |
# Date created: Dec 31, 2009 |
|
|
3 |
# Whom: Brooks Davis <brooks@freebsd.org> |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} |
4 |
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} |
9 |
PORTVERSION= 0.1.2 |
5 |
PORTVERSION= 0.1.2 |
Lines 14-27
Link Here
|
14 |
PKGNAMEPREFIX= trac- |
10 |
PKGNAMEPREFIX= trac- |
15 |
|
11 |
|
16 |
MAINTAINER= brooks@FreeBSD.org |
12 |
MAINTAINER= brooks@FreeBSD.org |
17 |
COMMENT= A plugin for voting on Trac resources |
13 |
COMMENT= Plugin for voting on Trac resources |
18 |
|
14 |
|
19 |
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac |
15 |
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac |
20 |
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools |
|
|
21 |
|
16 |
|
22 |
USE_PYTHON= yes |
17 |
USE_PYTHON= -2.7 |
23 |
USE_PYDISTUTILS=easy_install |
18 |
USE_PYDISTUTILS= easy_install |
24 |
PYDISTUTILS_PKGNAME= TracVote |
19 |
PYDISTUTILS_PKGNAME= TracVote |
|
|
20 |
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |
25 |
|
21 |
|
26 |
# Maintainter targets below this point |
22 |
# Maintainter targets below this point |
27 |
|
23 |
|