blob: a0d780c3f5fad076376c4ec63e87ec2ff9cad7ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 08:10:05 adam Exp $
DISTNAME= south-0.7.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
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/south
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"
|