mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a033690acf
Changes: https://github.com/emre/kaptan/releases https://github.com/emre/kaptan/blob/master/CHANGES
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# Created by: Tony Narlock <tony@git-pull.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kaptan
|
|
PORTVERSION= 0.5.10
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python config parser for json, yaml
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|