freebsd-ports/databases/py-varstack/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
387 B
Makefile

# $FreeBSD$
PORTNAME= varstack
PORTVERSION= g.2015.10.22
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Create stacked configuration structures
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= conversis
GH_TAGNAME= c9e6e5e
.include <bsd.port.mk>