pkgsrc/databases/p5-Rose-DB/Makefile
abs dbfffaacb7 Updated databases/p5-Rose-DB to 0.775
0.775 (01.18.2013) - John Siracusa <siracusa@gmail.com>

    * Improved automated installation detection (RT 92254)

0.774 (11.01.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed typos.

0.773 (10.28.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed bad skip count on test file.

0.772 (10.28.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused nested arrays to be incorrectly formatted by
      Rose::DB::Pg's format_array() method.  (Patch by Brian Duggan.)
    * Updated contributors list.
2014-02-06 13:03:18 +00:00

33 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2014/02/06 13:03:18 abs Exp $
DISTNAME= Rose-DB-0.775
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/
COMMENT= DBI wrapper and abstraction layer
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
DEPENDS+= p5-DateTime-Format-Oracle-[0-9]*:../../time/p5-DateTime-Format-Oracle
DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/DB/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \;
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"