110a050a9b
Mark packages that don't or might probably not have staged installation.
21 lines
609 B
Makefile
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"
|