pkgsrc-wip/py-sarge/Makefile

18 lines
457 B
Makefile

# $NetBSD$
DISTNAME= sarge-0.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sarge/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sarge.readthedocs.org/
COMMENT= Wrapper for subprocess which provides command pipeline functionality
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"