freebsd-ports/devel/py-logilab-common/Makefile
Cheng-Lung Sung 87433f4403 - Update to 0.29.1
PR:		ports/122458
Submitted by:	maintainer (Marcus von Appen)
2008-04-08 02:44:47 +00:00

25 lines
544 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.29.1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.fr/pub/common/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@sysfault.org
COMMENT= Common low-level libraries shared among logilab projects
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
post-extract:
${TOUCH} ${WRKSRC}/test/__init__.py
.include <bsd.port.mk>