# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD: head/devel/py-appdirs/Makefile 435710 2017-03-08 16:51:45Z sunpoet $

PORTNAME=	appdirs
PORTVERSION=	1.4.3
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Python module for determining platform-specific dirs

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USE_GITHUB=	yes
GH_ACCOUNT=	ActiveState

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
