aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unipath/Makefile
blob: 125956b91d6e1f2326c60c3600b5d5fc7d32ce58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Unipath
PORTVERSION=	1.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>