17 lines
480 B
Makefile
17 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/11/14 19:20:33 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= orm-0.16
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://tux4web.de/computer/software/orm/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tux4web.de/category/computer-programming/orm/
|
|
COMMENT= Object-relational membrane for Python
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|