aboutsummaryrefslogtreecommitdiff
path: root/www/py-crossplane/Makefile
blob: d74267f1a0e45c49bfebd804fb5d56c4dc788f22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	crossplane
DISTVERSION=	0.5.7
DISTVERSIONPREFIX=	v
CATEGORIES=	www python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	osa@FreeBSD.org
COMMENT=	NGINX configurations converter into JSON and back

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	nginxinc

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>