Lines 2-10
Link Here
|
2 |
# $FreeBSD: head/www/py-bleach/Makefile 344734 2014-02-17 13:14:57Z koobs $ |
2 |
# $FreeBSD: head/www/py-bleach/Makefile 344734 2014-02-17 13:14:57Z koobs $ |
3 |
|
3 |
|
4 |
PORTNAME= bleach |
4 |
PORTNAME= bleach |
5 |
PORTVERSION= 1.2.2 |
5 |
PORTVERSION= 1.4 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
|
|
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
9 |
|
10 |
MAINTAINER= koobs@FreeBSD.org |
10 |
MAINTAINER= koobs@FreeBSD.org |
Lines 16-29
Link Here
|
16 |
TEST_DEPENDS:= ${RUN_DEPENDS} \ |
16 |
TEST_DEPENDS:= ${RUN_DEPENDS} \ |
17 |
nosetests:${PORTSDIR}/devel/py-nose |
17 |
nosetests:${PORTSDIR}/devel/py-nose |
18 |
|
18 |
|
19 |
USE_GITHUB= yes |
19 |
USES= python |
20 |
USE_PYTHON= yes |
20 |
USE_PYTHON= distutils autoplist |
21 |
USE_PYDISTUTILS= yes |
|
|
22 |
PYDISTUTILS_AUTOPLIST= yes |
23 |
|
24 |
GH_ACCOUNT= jsocol |
25 |
GH_TAGNAME= v${PORTVERSION} |
26 |
GH_COMMIT= baf1eac |
27 |
|
21 |
|
28 |
regression-test: build |
22 |
regression-test: build |
29 |
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |
23 |
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |