16 lines
460 B
Makefile
16 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:24 wiz Exp $
|
|
|
|
DISTNAME= configobj-5.0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/configobj/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html
|
|
COMMENT= Simple but powerful config file reader and write
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|