freebsd-ports/devel/py-logilab-common/Makefile
2015-12-20 09:11:40 +00:00

19 lines
385 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= logilab-common
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Common low-level libraries shared among logilab projects
LICENSE= LGPL20
USES= python
MAKE_ENV= NO_SETUPTOOLS=1
USE_PYTHON= distutils concurrent
.include <bsd.port.mk>