5766a79197
Approved by MAINTAINER. Pkgsrc changes: - fix HOMEPAGE - adjust build dependencies - reset MAINTAINER to pkgsrc-users@NetBSD.org as per MAINTAINER's request Upstream changes: 0.141 22nd December 2008, 22:13 - fixed pod syntax 0.14 22nd December 2008, 14:48 - added support for Informix, provided by Paul Falbe. 0.13 21st December 2008, 23:20 - updated test suite to play with the latest release of SQL::Abstract. Patches supplied by the SQL::Abstract dev team.
25 lines
769 B
Makefile
25 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/02/15 17:41:46 seb Exp $
|
|
#
|
|
|
|
DISTNAME= SQL-Abstract-Limit-0.141
|
|
PKGNAME= p5-SQL-Abstract-Limit-0.14.1
|
|
SVR4_PKGNAME= p5qal
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract-Limit/
|
|
COMMENT= Generate SQL from Perl data structures
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
|
|
DEPENDS+= p5-SQL-Abstract>=1.2:../../databases/p5-SQL-Abstract
|
|
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/SQL/Abstract/Limit/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|