pkgsrc-wip/py-utilib_component_executables/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

21 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:32 asau 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
WRKSRC= ${WRKDIR}/pyutilib.component.executables-3.4
VERSION= 3.4
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"