c1d15918e0
- Stage support - Bump PORTREVISION
21 lines
484 B
Makefile
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>
|