f55777607b
Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D10130
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xxhash
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rezny@FreeBSD.org
|
|
COMMENT= Python bindings for the xxHash library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>1:devel/py-nose
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash/cpython.so
|
|
|
|
.include <bsd.port.mk>
|