freebsd-ports/devel/py-zclockfile/Makefile
Ruslan Makhmatkhanov 9a18f6746b - stop using easy_install for installing
- convert to autogenerated packing list
- bump PORTREVISION because the resulting packages changed
- add staging support as side effect of PYDISTUTILS_AUTOPLIST
- move DIST_SUBDIR to more appropriate Makefile "section", and
  add it where it is missing
2014-01-06 09:47:35 +00:00

21 lines
425 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= zclockfile
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zc.lockfile-${PORTVERSION}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Basic inter-process locks
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>