blob: eaa07ce63c2bbe2f12065d91b8d6aaea73330935 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= logilab-common
PORTVERSION= 0.61.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB/common
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Common low-level libraries shared among logilab projects
LICENSE= LGPL20
MAKE_ENV= NO_SETUPTOOLS=1
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|