a333748098
pkgsrc changes: - Adding license - Adjusting dependencies - Using "correct" module type Upstream changes: 0.008 18 Aug 2009 * add tests and support for fuzzy int-types * refactor to include an explicit Column class to allow for more granular control of sql building. Thanks to John Maslanik for the prompting that led to this idea.
24 lines
823 B
Makefile
24 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/08/19 20:36:16 sno Exp $
|
|
|
|
DISTNAME= Search-QueryParser-SQL-0.008
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Search-QueryParser-SQL/
|
|
COMMENT= Perl module to turn free-text queries into SQL WHERE clauses
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
|
|
DEPENDS+= p5-Search-QueryParser>=0.93:../../databases/p5-Search-QueryParser/
|
|
|
|
PERL5_PACKLIST= auto/Search/QueryParser/SQL/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|