summaryrefslogtreecommitdiff
path: root/www/py-django-registration/Makefile
blob: 5652422be90fb0150f43f15ffd4159ba7a285cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:28 wiz Exp $

DISTNAME=	django-registration-0.8-alpha-1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:}
PKGREVISION=	1
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

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		# none

EGG_NAME=	${DISTNAME:S/-/_/g:S/registration_/registration-/}

PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 0.8a1

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"