mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/02/09 08:16:34 adam Exp $
|
|
|
|
DISTNAME= south-0.8.3
|
|
PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.aeracode.org/releases/south/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://south.aeracode.org/
|
|
COMMENT= Intelligent schema and data migrations for Django projects
|
|
LICENSE= apache-2.0
|
|
|
|
WRKSRC= ${WRKDIR}/South-${PKGVERSION_NOREV}
|
|
EGG_NAME= ${DISTNAME:S/south/South/}
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|