5c0d9fcce7
While here, update my address, switch to MODPY_EGG_VERSION and do some housecleaning. Similar diff from fgsch@. ok fgsch@
33 lines
699 B
Makefile
33 lines
699 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/08/28 16:53:41 wcmaier Exp $
|
|
|
|
COMMENT= generic object relational mapper for Python
|
|
|
|
MODPY_EGG_VERSION= 0.12
|
|
DISTNAME= storm-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= https://storm.canonical.com/
|
|
|
|
MAINTAINER= Will Maier <wcmaier@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= https://launchpad.net/storm/trunk/${MODPY_EGG_VERSION}/+download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= lang/python
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
REGRESS_DEPENDS= ::databases/py-sqlite2
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC} && ${MODPY_BIN} ./test
|
|
|
|
.include <bsd.port.mk>
|