2009-08-07 04:36:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2009/08/07 08:36:52 fgsch Exp $
|
2006-07-01 08:46:51 -04:00
|
|
|
|
2009-06-01 17:18:20 -04:00
|
|
|
COMMENT= object interface infrastructure from Zope 3
|
2006-07-01 08:46:51 -04:00
|
|
|
|
2009-06-01 17:18:20 -04:00
|
|
|
MODPY_EGG_VERSION= 3.5.1
|
|
|
|
|
|
|
|
DISTNAME= zope.interface-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME= py-zopeinterface-${MODPY_EGG_VERSION}
|
2006-07-01 08:46:51 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2009-01-30 11:18:10 -05:00
|
|
|
HOMEPAGE= http://pypi.python.org/pypi/zope.interface
|
2006-07-01 08:46:51 -04:00
|
|
|
|
2008-03-26 16:35:52 -04:00
|
|
|
MAINTAINER= Eric Faurot <eric@openbsd.org>
|
2006-07-01 08:46:51 -04:00
|
|
|
|
|
|
|
# Zope Public License
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
2009-08-07 04:36:52 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/}
|
2006-07-01 08:46:51 -04:00
|
|
|
|
|
|
|
MODULES= lang/python
|
2008-03-26 16:35:52 -04:00
|
|
|
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
|
2009-06-01 17:18:20 -04:00
|
|
|
REGRESS_DEPENDS= :py-zopetesting-*:devel/py-zopetesting
|
2006-07-01 08:46:51 -04:00
|
|
|
|
2009-06-01 17:18:20 -04:00
|
|
|
do-regress:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${MODPY_BIN} bootstrap.py && \
|
|
|
|
./bin/buildout && \
|
|
|
|
./bin/test
|
2006-07-01 08:46:51 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|