5e9f42cbda
- Drop md5 support
22 lines
499 B
Makefile
22 lines
499 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
|
|
PORTREVISION= 1
|
|
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.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|