1ece019a76
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.
57 lines
1.6 KiB
Makefile
57 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.39 2015/12/27 16:27:40 richard Exp $
|
|
#
|
|
|
|
COMMENT= Monetary, financial and related applications
|
|
|
|
SUBDIR+= gkrellm-stock
|
|
SUBDIR+= gnucash
|
|
SUBDIR+= gnucash-docs
|
|
SUBDIR+= kmymoney2
|
|
SUBDIR+= libofx
|
|
SUBDIR+= magento
|
|
SUBDIR+= moneyguru
|
|
SUBDIR+= p5-Algorithm-LUHN
|
|
SUBDIR+= p5-Data-Currency
|
|
SUBDIR+= p5-Finance-Currency-Convert-WebserviceX
|
|
SUBDIR+= p5-Finance-Quote
|
|
SUBDIR+= p5-Locale-Currency-Format
|
|
SUBDIR+= py-ofxparse
|
|
SUBDIR+= py-python-bitcoinlib
|
|
SUBDIR+= py-stripe
|
|
SUBDIR+= py-trytond-account
|
|
SUBDIR+= py-trytond-account-asset
|
|
SUBDIR+= py-trytond-account-fr
|
|
SUBDIR+= py-trytond-account-invoice
|
|
SUBDIR+= py-trytond-account-invoice-history
|
|
SUBDIR+= py-trytond-account-invoice-line-standalone
|
|
SUBDIR+= py-trytond-account-invoice-stock
|
|
SUBDIR+= py-trytond-account-payment
|
|
SUBDIR+= py-trytond-account-payment-clearing
|
|
SUBDIR+= py-trytond-account-payment-sepa
|
|
SUBDIR+= py-trytond-account-product
|
|
SUBDIR+= py-trytond-account-statement
|
|
SUBDIR+= py-trytond-account-stock-continental
|
|
SUBDIR+= py-trytond-analytic-account
|
|
SUBDIR+= py-trytond-analytic-invoice
|
|
SUBDIR+= py-trytond-analytic-purchase
|
|
SUBDIR+= py-trytond-analytic-sale
|
|
SUBDIR+= py-trytond-bank
|
|
SUBDIR+= py-trytond-currency
|
|
SUBDIR+= py-trytond-product-cost-fifo
|
|
SUBDIR+= py-trytond-product-cost-history
|
|
SUBDIR+= py-trytond-product-price-list
|
|
SUBDIR+= py-trytond-purchase
|
|
SUBDIR+= py-trytond-purchase-invoice-line-standalone
|
|
SUBDIR+= py-trytond-sale
|
|
SUBDIR+= py-trytond-stock-supply
|
|
SUBDIR+= py-vatnumber
|
|
SUBDIR+= ruby-activemerchant
|
|
SUBDIR+= ruby-braintree
|
|
SUBDIR+= tclticker
|
|
SUBDIR+= tex-euro
|
|
SUBDIR+= tex-euro-doc
|
|
SUBDIR+= xfinans
|
|
SUBDIR+= xinvest
|
|
SUBDIR+= xquote
|
|
|
|
.include "../mk/misc/category.mk"
|