freebsd-ports/devel/py-pathable/Makefile
Po-Chuan Hsieh 4bd23649a0
devel/py-pathable: Add py-pathable 0.4.0
pathable provides object-oriented paths.

Key features:
- Traverse resources like paths
- Access resources on demand with separate accessor layer

WWW: https://github.com/p1c2u/pathable
2022-04-26 23:01:10 +08:00

20 lines
395 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pathable
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-oriented paths
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>