Files
ports/textproc/py-ofxparse/Makefile
T
2026-03-16 22:28:25 +00:00

24 lines
430 B
Makefile

COMMENT = parser for the Open Financial Exchange file format
MODPY_DISTV = 0.21
REVISION = 8
DISTNAME = ofxparse-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS += devel/py-six \
textproc/py-lxml \
www/py-beautifulsoup4
.include <bsd.port.mk>