freebsd-ports/www/py-django-registration/Makefile
Bartek Rutkowski cb6421e7ad www/py-django-registration: update 2.0.4 -> 2.1
PR:		209883
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2016-05-31 16:40:51 +00:00

22 lines
507 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-registration
PORTVERSION= 2.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= User-registration application for Django
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18
USES= python
USE_PYTHON= distutils autoplist
CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-redux-[0-9]*
.include <bsd.port.mk>