freebsd-ports/databases/py-pytc/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

24 lines
514 B
Makefile

# Created by: 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= libtokyocabinet.so:databases/tokyocabinet
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/setup.py
.include <bsd.port.post.mk>