Files
ports/devel/py-pop-config/Makefile
T
Kirill Ponomarev bcd922e6c3 Update to 6.11
2020-12-04 18:56:59 +00:00

24 lines
481 B
Makefile

# Created by: Kirill Ponomarev <krion@FreeBSD.org>
# $FreeBSD$
PORTNAME= pop-config
PORTVERSION= 6.11
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= 7f67939904d9b9a8c0aa1603721a0eef032753c6
NO_ARCH= yes
.include <bsd.port.mk>