freebsd-ports/www/py-django-mezzanine-grappelli/Makefile
Martin Wilke c1d15918e0 - Convert to PYDISTUTILS_AUTOPLIST= yes
- Stage support
- Bump PORTREVISION
2014-01-29 15:39:37 +00:00

21 lines
484 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-mezzanine-grappelli
PORTVERSION= 0.2.21
PORTREVISION= 1
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
USE_PYTHON= yes
USES= gettext
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= grappelli_safe
.include <bsd.port.mk>