89e07f4a18
Approved by: portmgr (implicit)
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# Created by: Martin Horcicka <martin@horcicka.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lock_file
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|