063e4d757c
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
20 lines
382 B
Makefile
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>
|