opnsense-ports/devel/py-appdirs/Makefile
Franco Fichtner 6e643ad359 */*: sync with upstream
Taken from: FreeBSD
2016-06-02 06:58:32 +02:00

21 lines
418 B
Makefile

# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD$
PORTNAME= appdirs
PORTVERSION= 1.4.0
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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>