ports/devel/py-lazy-object-proxy/Makefile
Sunpoet Po-Chuan Hsieh 688d8c486f Allow concurrent installation (USE_PYTHON=concurrent)
- Strip shared library
- Add PyPI as primary WWW
- Bump PORTREVISION for package change
- Take maintainership
2017-04-16 11:07:31 +00:00

22 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= lazy-object-proxy
PORTVERSION= 1.2.2
PORTREVISION= 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>