mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nnpy
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= cffi-based Python bindings for nanomsg
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libnanomsg.so:net/nanomsg
|
|
BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|