diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 04:36:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 04:36:04 +0000 |
commit | 482e03a2be3c4b00571868588eaf328129ad5566 (patch) | |
tree | 210b8675eaa80fc3e188090cb9f9449da2c8212b /www/py-satchmo | |
parent | 7ee51d2e0491c3450b4428388f64628e51b0a0a1 (diff) | |
download | ports-482e03a2be3c4b00571868588eaf328129ad5566.tar.gz ports-482e03a2be3c4b00571868588eaf328129ad5566.zip |
Notes
Diffstat (limited to 'www/py-satchmo')
-rw-r--r-- | www/py-satchmo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-satchmo/Makefile b/www/py-satchmo/Makefile index 23893c8252c3..09ba60add9c5 100644 --- a/www/py-satchmo/Makefile +++ b/www/py-satchmo/Makefile @@ -7,6 +7,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/geek/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@caomhin.org COMMENT= Shopping cart application for Django +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab\ |