freebsd-ports/devel/py-appdirs/Makefile
2014-11-08 12:41:01 +00:00

23 lines
462 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
GH_COMMIT= 57f2bc4
GH_TAGNAME= ${GH_COMMIT}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>