svn commit: r307228 - branches/RELENG_9_1_0/www/py-satchmo
Jason E. Hale
jhale at FreeBSD.org
Fri Nov 9 09:24:20 UTC 2012
Author: jhale
Date: Fri Nov 9 09:24:19 2012
New Revision: 307228
URL: http://svnweb.freebsd.org/changeset/ports/307228
Log:
MFH r307204
- Add missing build dependency
- Trim Makefile header
Reported by: pointyhat via beat
Approved by: portmgr (beat)
makc, avilla (mentors, implicit)
Feature safe: yes
Modified:
branches/RELENG_9_1_0/www/py-satchmo/Makefile (contents, props changed)
Directory Properties:
branches/RELENG_9_1_0/ (props changed)
Modified: branches/RELENG_9_1_0/www/py-satchmo/Makefile
==============================================================================
--- branches/RELENG_9_1_0/www/py-satchmo/Makefile Fri Nov 9 09:16:50 2012 (r307227)
+++ branches/RELENG_9_1_0/www/py-satchmo/Makefile Fri Nov 9 09:24:19 2012 (r307228)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-satchmo
-# Date created: 12 December 2009
-# Whom: Kevin Golding <ports at caomhin.org>
-#
+# Created by: Kevin Golding <ports at caomhin.org>
# $FreeBSD$
-#
PORTNAME= satchmo
PORTVERSION= 0.9.2
@@ -16,6 +12,7 @@ COMMENT= Shopping cart application for D
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 \
More information about the svn-ports-all
mailing list