17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/05/17 03:15:09 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= orm-0.16
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://tux4web.de/computer/software/orm/download/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://tux4web.de/computer/software/orm
|
|
COMMENT= Object-relational membrane for Python
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|