9a18f6746b
- 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
21 lines
425 B
Makefile
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>
|