fac051cbab
PR: 107900 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
25 lines
546 B
Makefile
25 lines
546 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.21.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.logilab.fr/pub/common/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= dryice
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= perky@FreeBSD.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>
|