freebsd-ports/devel/py-logilab-common/Makefile
Hye-Shik Chang f14e1bd9d8 Add py-logilab-common 0.5.0,
common modules collection used for logilab products.
devel/py-reverse and forthcoming devel/py-lint will use this.
2004-05-28 13:57:15 +00:00

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>