2004-05-28 15:57:15 +02:00
|
|
|
# New ports collection makefile for: py-logilab-common
|
|
|
|
# Date created: 28 May 2004
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= logilab-common
|
2005-03-20 18:45:20 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2004-05-28 15:57:15 +02:00
|
|
|
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
|
|
|
|
|
2005-03-20 18:45:20 +01:00
|
|
|
post-extract:
|
|
|
|
${TOUCH} ${WRKSRC}/test/__init__.py
|
|
|
|
|
2004-05-28 15:57:15 +02:00
|
|
|
.include <bsd.port.mk>
|