mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# Created by: Thomas Zander <riggs@FreeBSD.org>
|
|
|
|
PORTNAME= appdirs
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python module for determining platform-specific dirs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
USE_LOCALE= en_US.UTF-8
|
|
|
|
.include <bsd.port.mk>
|