blob: cd5cb1c4e1d32d03c8f41e0b1817ef38937a47f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-logilab-common
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= logilab-common
PORTVERSION= 0.51.0
CATEGORIES= devel python
MASTER_SITES= LOGILAB/common
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Common low-level libraries shared among logilab projects
MAKE_ENV= NO_SETUPTOOLS=1
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|