aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pop-config/Makefile
blob: 91f0ac94116f5f947507a9da4bd7eacde7093618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kirill Ponomarev <krion@FreeBSD.org>

PORTNAME=		pop-config
PORTVERSION=	8.0.2
CATEGORIES=		devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Tool for creating configuration options for pop projects

LICENSE=	APACHE20

USES=		python:3.6+ shebangfix
USE_PYTHON=	autoplist distutils

USE_GITLAB=	yes
GL_ACCOUNT=	saltstack/pop
GL_COMMIT=	1eff06ef08c51355dd27165abeacaeb7d03f2f8f

NO_ARCH=	yes

.include <bsd.port.mk>