28 lines
561 B
Makefile
28 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/04/02 14:21:14 jasper Exp $
|
|
|
|
# XXX: Bump REVISION of the following ports when updating as the _cffi__ hash
|
|
# changes: devel/libgit/py-git2
|
|
|
|
COMMENT= Foreign Function Interface for Python calling C code
|
|
|
|
MODPY_EGG_VERSION= 0.8.6
|
|
DISTNAME= cffi-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
WANTLIB= ffi pthread ${MODPY_WANTLIB}
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
LIB_DEPENDS= devel/libffi
|
|
RUN_DEPENDS= devel/py-cparser
|
|
|
|
.include <bsd.port.mk>
|