pkgsrc/finance/py-ofxparse/Makefile
richard 1ece019a76 Add finance/py-ofxparse
ofxparse is a parser for Open Financial Exchange (.ofx) format files.
OFX files are available from almost any online banking site, so they work
well if you want to pull together your finances from multiple sources.
Online trading accounts also provide account statements in OFX files.
2015-12-27 16:27:40 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/12/27 16:27:40 richard Exp $
DISTNAME= ofxparse-0.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/ofxparse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sites.google.com/site/ofxparse
COMMENT= Tools for working with the OFX file format
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"