mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
492 B
Makefile
21 lines
492 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD: head/devel/py-lockfile/Makefile 472884 2018-06-20 17:05:41Z mat $
|
|
|
|
PORTNAME= lockfile
|
|
PORTVERSION= 0.12.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Platform-independent file locking module
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:python/py-pbr@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|