pkgsrc-wip/py-utilib_component_executables/Makefile
Kamel Ibn Aziz Derouiche 46e26fd03d Import py26-utilib_component_executables-3.4 as wip/py-utilib_component_executables.
PyUtilib plugin for managing executables
2011-05-09 20:09:15 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/05/09 20:09:15 jihbed Exp $
#
DISTNAME= pyutilib.component.executables-3.4
PKGNAME= ${PYPKGPREFIX}-utilib_component_executables-${VERSION}
CATEGORIES= math devel python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyutilib.component.executables/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://software.sandia.gov/trac/pyutilib
COMMENT= PyUtilib plugin for managing executables
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/pyutilib.component.executables-3.4
VERSION= 3.4
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"