Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / py-crossplane / Makefile
1 PORTNAME=       crossplane
2 DISTVERSION=    0.5.8
3 DISTVERSIONPREFIX=      v
4 CATEGORIES=     www python
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     osa@FreeBSD.org
8 COMMENT=        NGINX configurations converter into JSON and back
9 WWW=            https://github.com/nginxinc/crossplane
10
11 LICENSE=        APACHE20
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 USE_GITHUB=     yes
15 GH_ACCOUNT=     nginxinc
16
17 USES=           python:3.6+
18 USE_PYTHON=     distutils autoplist
19
20 NO_ARCH=        yes
21
22 .include <bsd.port.mk>