freebsd-ports/devel/py-lockfile/Makefile
Roman Bogorodskiy 8d4d726182 - Update to 0.9.1
- Change MASTER_SITES to GOOGLE_CODE as the project is now hosted
  there

Feature safe:	yes
2011-12-08 17:45:12 +00:00

22 lines
437 B
Makefile

# New ports collection makefile for: lockfile
# Date created: 4th Sep, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= lockfile
PORTVERSION= 0.9.1
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Platform-independent file locking module
PROJECTHOST= py${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>