ports/devel/py-logilab-common/Makefile
Dryice Dong Liu 7c5a83ca2c Add MASTER_SITE_LOCAL
Approved by:	itetcu (mentor)
2007-01-15 00:08:31 +00:00

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.0
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>