Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

22 lines
461 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:archivers/snappy
USES= python
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>