pkgsrc/databases/p5-SQL-Abstract/Makefile
abs 1be3d150b7 Updated databases/p5-SQL-Abstract to 1.51
revision 1.51  2009-03-28 10:00 (UTC)
    - fixed behavior of [-and => ... ] depending on the current
      condition scope. This introduces backwards comp with 1.24
2009-04-10 09:43:22 +00:00

25 lines
803 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/04/10 09:43:22 abs Exp $
#
DISTNAME= SQL-Abstract-1.51
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
COMMENT= Generate SQL from Perl data structures
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Scalar-List-Utils>0:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"