cf95b42f45
django-registratio is a simple application which provides flexible user registration for Django-based projects. The default setup implements a fairly common workflow: 1. User signs up for account. 2. User receives an email containing instructions for activating the account. 3. User activates and begins using the site.
24 lines
676 B
Makefile
24 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 10:53:26 abs Exp $
|
|
#
|
|
|
|
DISTNAME= django-registration-0.8-alpha-1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bitbucket.org/ubernostrum/django-registration/wiki/Home
|
|
COMMENT= User-registration application for Django
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1:../../www/py-django
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= # yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|