freebsd-ports/www/py-django-assets/Makefile
Rene Ladan 3eb38f95ff www/py-django-assets: change the requirement in requires.txt for webassets to
be at least version 0.10 instead of exactly version 0.10

Bump PORTREVISION

This allows the (work in progress) Pootle port to show a usage line instead of
a dependency error.

Differential Revision:	https://reviews.freebsd.org/D2928
Approved by:	maintainer (wg)
2015-06-27 20:47:48 +00:00

21 lines
471 B
Makefile

# $FreeBSD$
PORTNAME= django-assets
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Compress and merge CSS and Javascript files
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}webassets>0:${PORTSDIR}/www/py-webassets
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>