1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/py-logilab-common/Makefile
2005-04-24 03:23:19 +00:00

25 lines
524 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.9.3
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
post-extract:
${TOUCH} ${WRKSRC}/test/__init__.py
.include <bsd.port.mk>