20 lines
387 B
Makefile
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>
|