f14e1bd9d8
common modules collection used for logilab products. devel/py-reverse and forthcoming devel/py-lint will use this.
21 lines
472 B
Makefile
21 lines
472 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.5.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.logilab.fr/pub/common/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= common-${PORTVERSION}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Common low-level libraries shared among logilab projects
|
|
|
|
USE_PYTHON= 2.1+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|