blob: 65d44d26938c5850818a9179ed3cb1b52fa72f08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
WWW= https://github.com/ActiveState/appdirs
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>
|