2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2009-02-18 02:40:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pytc
|
2009-05-12 13:01:35 +02:00
|
|
|
PORTVERSION= 0.8
|
2010-04-26 23:58:58 +02:00
|
|
|
PORTREVISION= 7
|
2009-02-18 02:40:24 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
|
|
COMMENT= Tokyo Cabinet Python bindings
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
|
2009-02-18 02:40:24 +01:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-10-19 10:50:17 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2009-02-18 02:40:24 +01:00
|
|
|
|
2009-06-12 00:53:00 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|