7ff4553b98
0.16: Bug fixes.
20 lines
623 B
Makefile
20 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/27 10:58:40 adam Exp $
|
|
|
|
DISTNAME= ofxparse-0.16
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|