freebsd-ports/databases/py-kyotocabinet/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
516 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kyotocabinet
PORTVERSION= 1.22
DISTVERSIONPREFIX= python-
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python binding of kyotocabinet
LICENSE= GPLv3
LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet
USE_PYTHON= autoplist distutils
USES= python:3
.include <bsd.port.mk>