mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
89e07f4a18
Approved by: portmgr (implicit)
19 lines
430 B
Makefile
19 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>
|