pkgsrc/databases/p5-Net-FileMaker/Makefile
mef 549544dbc5 Import p5-Net-FileMaker-0.064 as databases/p5-Net-FileMaker.
Net::FileMaker provides an interface to FileMaker's various HTTP-based
interfaces, at present only the XML API is supported, but further support
to include XSLT and other means is planned.
2016-09-17 02:34:01 +00:00

21 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/09/17 02:34:01 mef Exp $
DISTNAME= Net-FileMaker-0.064
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SQ/SQUEEK/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SQ/SQUEEK/
COMMENT= Perl Module to interact with FileMaker services
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+=p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig
BUILD_DEPENDS+=p5-DateTime-[0-9]*:../../time/p5-DateTime
BUILD_DEPENDS+=p5-DateTime-Format-CLDR-[0-9]*:../../time/p5-DateTime-Format-CLDR
PERL5_PACKLIST= auto/Net/FileMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"