208539be17
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@
18 lines
361 B
Makefile
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>
|