mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
PORTNAME= Unipath
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Object-oriented alternative to os/os.path/shutil
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|