21 lines
449 B
Makefile
21 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lazy-object-proxy
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast and thorough lazy object proxy
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/lazy_object_proxy/cext.so
|
|
|
|
.include <bsd.port.mk>
|