freebsd-ports/www/py-django-mezzanine-grappelli/Makefile
Kubilay Kocak 7b26185b98 www/py-django-mezzanine: Update to 3.1.10
- Update to 3.1.10
- Add LICENSE_FILE
- Update and sort RUN_DEPENDS
- Mezzanine now supports Python 3

- Update py-django-mezzanine-filebrowser to 0.3.5
- Update py-django-mezzanine-grappelli to 0.3.13
- Add LICENSE and LICENSE_FILE to both of the above

While I'm here:

- Sort USE_PYTHON values
2015-02-09 04:19:14 +00:00

20 lines
460 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-mezzanine-grappelli
PORTVERSION= 0.3.13
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= grappelli_safe-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Fork of django-grappelli for Mezzanine CMS
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gettext python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>