2009-12-15 04:56:11 +01:00
|
|
|
# New ports collection makefile for: py-zclockfile
|
|
|
|
# Date created: 15 Dec, 2009
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zclockfile
|
|
|
|
PORTVERSION= 1.0.0
|
2011-02-25 08:50:41 +01:00
|
|
|
PORTREVISION= 1
|
2009-12-15 04:56:11 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= zc.lockfile-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Basic inter-process locks
|
|
|
|
|
2011-02-25 08:50:41 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2009-12-15 04:56:11 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= zc.lockfile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|