freebsd-ports/www/py-django-registration/Makefile
Martin Wilke add71e9ffc - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-29 13:20:13 +00:00

25 lines
514 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-registration
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= User-registration application for Django
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= gettext
CONFLICTS_INSTALL= pootle-*
.include <bsd.port.mk>