3eb38f95ff
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)
21 lines
471 B
Makefile
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>
|