22 lines
469 B
Makefile
22 lines
469 B
Makefile
# Created by: Kirill Ponomarev <krion@FreeBSD.org>
|
|
|
|
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>
|