Lines 1-4
Link Here
|
1 |
# $FreeBSD: head/www/py-djblets/Makefile 358027 2014-06-16 17:38:41Z antoine $ |
1 |
# $FreeBSD$ |
2 |
PORTNAME= djblets06 |
2 |
PORTNAME= djblets06 |
3 |
PORTVERSION= 0.6.14 |
3 |
PORTVERSION= 0.6.14 |
Lines 7-13
Link Here
|
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
DISTNAME= Djblets-${PORTVERSION} |
8 |
DISTNAME= Djblets-${PORTVERSION} |
9 |
MAINTAINER= pclin@FreeBSD.org |
9 |
MAINTAINER= yan_jingfeng@yahoo.com |
10 |
COMMENT= Collection of useful classes and functions for Django |
10 |
COMMENT= Collection of useful classes and functions for Django |
11 |
LICENSE= MIT |
11 |
LICENSE= MIT |
Lines 16-25
Link Here
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django15>=1.5.8:${PORTSDIR}/www/py-django15 \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django15>=1.5.8:${PORTSDIR}/www/py-django15 \ |
17 |
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging |
17 |
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging |
18 |
USE_PYTHON= 2 |
18 |
USES= python:2 |
19 |
USE_PYDISTUTILS= yes |
19 |
USE_PYTHON= distutils autoplist |
20 |
PYDISTUTILS_PKGNAME= Djblets |
20 |
PYDISTUTILS_PKGNAME= Djblets |
21 |
PYDISTUTILS_AUTOPLIST= yes |
|
|
22 |
post-extract: |
21 |
post-extract: |
23 |
@${RM} -r ${WRKDIR}/tests |
22 |
@${RM} -r ${WRKDIR}/tests |