freebsd-ports/devel/py-anyconfig/Makefile
Dan Langille 9672b8fa3f Update py-anyconfig to 0.9.7. While here, switch the MASTER_SITE to
CHEESESHOP, as that's the standard for Python packages.

PR:		230639
Submitted by:	matthew
Differential Revision:	https://reviews.freebsd.org/D16715
2018-08-15 13:19:15 +00:00

19 lines
399 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= anyconfig
PORTVERSION= 0.9.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Generic access to configuration files in many formats
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>