2022-01-04 21:53:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2022/01/04 20:55:21 wiz Exp $
|
2010-01-16 11:53:26 +01:00
|
|
|
|
2018-02-27 08:40:08 +01:00
|
|
|
DISTNAME= django-registration-2.4.1
|
2016-03-06 15:53:14 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2022-01-04 21:53:26 +01:00
|
|
|
PKGREVISION= 1
|
2010-01-16 11:53:26 +01:00
|
|
|
CATEGORIES= www python
|
2016-03-06 15:53:14 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-registration/}
|
2010-01-16 11:53:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2018-02-27 08:40:08 +01:00
|
|
|
HOMEPAGE= https://github.com/ubernostrum/django-registration
|
2010-01-16 11:53:26 +01:00
|
|
|
COMMENT= User-registration application for Django
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2018-02-27 08:40:08 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-confusable_homoglyphs>=3.0:../../converters/py-confusable_homoglyphs
|
2017-12-10 17:36:31 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
|
2010-01-16 11:53:26 +01:00
|
|
|
|
2018-02-27 08:40:08 +01:00
|
|
|
USE_LANGUAGES= # none
|
2010-01-16 11:53:26 +01:00
|
|
|
|
2016-03-06 15:53:14 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
2010-01-16 11:53:26 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|