16 lines
484 B
Makefile
16 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/10 15:23:39 jihbed Exp $
|
|
|
|
DISTNAME= shutilwhich-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/s/shutilwhich/
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://github.com/mbr/shutilwhich
|
|
COMMENT= Shutil.which for those not using Python 3.3 yet
|
|
LICENSE= python-software-foundation
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|