0778c4e7c3
Packaged in pkgsrc-wip by Kamel Ibn Aziz Derouiche. Python API library for common path and pattern functionality.
16 lines
414 B
Makefile
16 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/12/30 14:17:07 leot Exp $
|
|
|
|
DISTNAME= pathtools-0.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://github.com/gorakhargosh/pathtools
|
|
COMMENT= File system general utilities
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|