freebsd-ports/databases/py-varstack/Makefile
Mathieu Arnold 063e4d757c Varstack is a system that allows you to stack of layer a set of
configuration variables and let definitions in the higher more specific
levels of the stack override/extend the broader one in the lower levels.

Sponsored by:	Absolight
2017-04-25 15:58:50 +00:00

20 lines
382 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
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= conversis
GH_TAGNAME= c9e6e5e
.include <bsd.port.mk>