freebsd-ports/devel/py-anyconfig/Makefile

24 lines
468 B
Makefile
Raw Normal View History

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= anyconfig
PORTVERSION= 0.0.5
DISTVERSIONPREFIX= RELEASE_
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
USE_GITHUB= yes
GH_ACCOUNT= ssato
GH_PROJECT= python-${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>