blob: 669f49df73dd9c3b3a81d65021e4b7ee0c6e5ca6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Unipath
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Object-oriented alternative to os/os.path/shutil
WWW= https://github.com/mikeorr/Unipath
LICENSE= PSFL
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|