2015-12-25 13:13:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lazy-object-proxy
|
2016-06-26 20:25:41 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2015-12-25 13:13:04 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2017-01-22 23:27:54 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2015-12-25 13:13:04 +01:00
|
|
|
COMMENT= Fast and thorough lazy object proxy
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|