freebsd-ports/devel/py-unipath/Makefile
William Grzybowski 3d831e2668 devel/py-unipath
Unipath is an object-oriented front end to the file/directory functions
scattered throughout several Python library modules.

It's based on Jason Orendorff's path.py but does not adhere as strictly to the
underlying functions' syntax, in order to provide more user convenience and
higher-level functionality.

Unipath is stable, well-tested, and has been used in production since 2008.

WWW: https://github.com/mikeorr/Unipath
2014-07-03 22:01:36 +00:00

19 lines
378 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unipath
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Object-oriented alternative to os/os.path/shutil
LICENSE= PSFL
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>