24 lines
398 B
Makefile
24 lines
398 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crossplane
|
|
DISTVERSION= 0.5.3
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|