mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
e04bb54b58
PR: ports/117464 Submitted by: Martin Horcicka <martin@horcicka.eu> (maintainer)
22 lines
483 B
Makefile
22 lines
483 B
Makefile
# New ports collection makefile for: lock_file
|
|
# Date created: 5 June 2007
|
|
# Whom: Martin Horcicka <martin@horcicka.eu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lock_file
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://martin.horcicka.eu/python/lock_file/ \
|
|
http://pypi.python.org/packages/source/l/lock_file/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= martin@horcicka.eu
|
|
COMMENT= Lock file manipulation
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|