17 lines
478 B
Makefile
17 lines
478 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2015/02/04 10:08:33 wiz Exp $
|
||
|
|
||
|
DISTNAME= configobj-5.0.6
|
||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= http://pypi.python.org/packages/source/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"
|