87433f4403
PR: ports/122458 Submitted by: maintainer (Marcus von Appen)
25 lines
544 B
Makefile
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>
|