2463d94f1b
Python library for the snappy compression library from Google. WWW: https://github.com/andrix/python-snappy
21 lines
473 B
Makefile
21 lines
473 B
Makefile
# Created by: antoine@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-snappy
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= archivers devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python library for the snappy compression library from Google
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|