diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-11-08 21:46:54 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-11-08 21:46:54 +0000 |
commit | fa8b01dcc5f3892fe61bb410678cff8be7e5d7cd (patch) | |
tree | 13d619337512e0b35527d6e14b816baa4f6e4cfc /www/py-satchmo | |
parent | 795229d4b2fc4168456153d973b78e01eb449cbe (diff) |
Notes
Diffstat (limited to 'www/py-satchmo')
-rw-r--r-- | www/py-satchmo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-satchmo/Makefile b/www/py-satchmo/Makefile index 225e0808d46d..16daf5725a59 100644 --- a/www/py-satchmo/Makefile +++ b/www/py-satchmo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-satchmo -# Date created: 12 December 2009 -# Whom: Kevin Golding <ports@caomhin.org> -# +# Created by: Kevin Golding <ports@caomhin.org> # $FreeBSD$ -# PORTNAME= satchmo PORTVERSION= 0.9.2 @@ -16,6 +12,7 @@ COMMENT= Shopping cart application for Django LICENSE= BSD +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ |