freebsd-ports/archivers/py-python-snappy/Makefile
Antoine Brodin 2463d94f1b New port: archivers/py-python-snappy
Python library for the snappy compression library from Google.
WWW: https://github.com/andrix/python-snappy
2015-03-26 23:36:02 +00:00

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>