9885e9f01e
* Convert MASTER_SITES to http site from https site. Changelog: 0.6 (2013-01-28) ---------------- * Added ``required`` attribute to ``Meta`` to be able to specify which settings are required to be set. * Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf * Stopped support for Django 1.2.X. * Introduced support for Python >= 3.2.
21 lines
571 B
Makefile
21 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/04/27 10:50:13 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= django-appconf-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= -http://nodeload.github.com/jezdez/django-appconf/tar.gz/v0.6
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/jezdez/django-appconf/
|
|
COMMENT= Helper class for handling configuration defaults of Django
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|