117b528fa7
Bump revision.
17 lines
468 B
Makefile
17 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/07/25 16:10:53 joerg Exp $
|
|
|
|
DISTNAME= fastimport-0.9.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jelmer/python-fastimport
|
|
COMMENT= Fastimport parser and generator in Python
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|