17 lines
475 B
Makefile
17 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/07/30 22:32:15 wiz Exp $
|
|
|
|
DISTNAME= appdirs-1.4.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/appdirs/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/ActiveState/appdirs
|
|
COMMENT= Module for determining appropriate, platform-specific dirs
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
#BOOTSTRAP_SETUPTOOLS= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|