2014-12-10 17:43:27 +01:00
|
|
|
# Created by: Dan Langille <dvl@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= anyconfig
|
|
|
|
PORTVERSION= 0.0.5
|
2016-01-04 00:00:02 +01:00
|
|
|
DISTVERSIONPREFIX= RELEASE_
|
2014-12-10 17:43:27 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
|
|
COMMENT= Generic access to configuration files in many formats
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
|
|
|
|
2016-01-04 00:00:02 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= ssato
|
|
|
|
GH_PROJECT= python-${PORTNAME}
|
|
|
|
|
2014-12-10 17:43:27 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|