21 lines
446 B
Makefile
21 lines
446 B
Makefile
# New ports collection makefile for: py-logilab-common
|
|
# Date created: 28 May 2004
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= logilab-common
|
|
PORTVERSION= 0.57.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= LOGILAB/common
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Common low-level libraries shared among logilab projects
|
|
|
|
MAKE_ENV= NO_SETUPTOOLS=1
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|