aboutsummaryrefslogtreecommitdiff
path: root/www/py-django_compressor/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-04-13 18:38:30 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-04-13 18:38:30 +0000
commita314a698f8fabd89be79199a8e8e92d314a080c5 (patch)
treebb403f7592d5be27769efb6333f7c51673970421 /www/py-django_compressor/Makefile
parent59793731e269479ae8e9ee2c5c81b99964f74b95 (diff)
downloadports-a314a698f8fabd89be79199a8e8e92d314a080c5.tar.gz
ports-a314a698f8fabd89be79199a8e8e92d314a080c5.zip
- update to 1.1.2 [1]
- add license (MIT) - add missing dependencies on devel/py-versiontools and www/py-django-appconf - strict to python <=2.7 PR: 166841 [1] Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu dot tw> (maintainer)
Notes
Notes: svn path=/head/; revision=294782
Diffstat (limited to 'www/py-django_compressor/Makefile')
-rw-r--r--www/py-django_compressor/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/py-django_compressor/Makefile b/www/py-django_compressor/Makefile
index b35ec8efda7d..db37081a63d7 100644
--- a/www/py-django_compressor/Makefile
+++ b/www/py-django_compressor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= django_compressor
-PORTVERSION= 0.9.2
+PORTVERSION= 1.1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= changlp@cs.nctu.edu.tw
COMMENT= Compresses linked and inline javascript/CSS into a single cached file
-USE_PYTHON= yes
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versiontools>=1.8.2:${PORTSDIR}/devel/py-versiontools
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.4:${PORTSDIR}/www/py-django-appconf
+
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
OPTIONS= BEAUTIFULSOUP "Enable BeautifulSoupParser" Off \