openbsd-ports/misc/p5-Finance-IIF/Makefile
simon 208539be17 import p5-Finance-IIF
Finance::IIF is a module for working with IIF files for QuickBooks in
Perl.  This module reads IIF data records from a file passing each
successive record to the caller for processing.

ok martynas@
2008-01-13 18:53:44 +00:00

18 lines
361 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/01/13 18:53:44 simon Exp $
COMMENT= parse and create IIF files for QuickBooks
MODULES= cpan
DISTNAME= Finance-IIF-0.20.01
CATEGORIES= misc
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>