085399baa5
changes, category fixes, and MAINTAINER fixes.
23 lines
723 B
Makefile
23 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/11/13 22:25:44 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= pyutilib.component.config-3.2.3
|
|
PKGNAME= ${PYPKGPREFIX}-utilib_component_config-${VERSION}
|
|
CATEGORIES= math devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pyutilib.component.config/
|
|
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://pypi.python.org/packages/source/p/pyutilib.component.config/
|
|
COMMENT= Extensions for configuring components in PyUtilib
|
|
LICENSE= modified-bsd
|
|
|
|
#DEPENDS+= ${PYPKGPREFIX}-utilib_component_core>=3.0.4:../../wip/py-utilib_component_core
|
|
|
|
WRKSRC= ${WRKDIR}/pyutilib.component.config-3.2.3
|
|
|
|
VERSION= 3.2.3
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|