mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
64c0144f41
- Chase SHLIB bump PR: ports/145992 [1] Submitted by lwhsu [1]
31 lines
628 B
Makefile
31 lines
628 B
Makefile
# New ports collection makefile for: py-pytc
|
|
# Date created: 2009-02-18
|
|
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pytc
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 7
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Tokyo Cabinet Python bindings
|
|
|
|
LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pytc.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.post.mk>
|