pkgsrc/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
seb b3a1140505 Update from version 0.02 to version 0.06
Upstream changes:
0.03    16 Sept 2008
        * flatten now just a thin wrapper around as_tree()
          core Helper method
0.04    4 Nov 2008
        * has_related() now checks if $self can $rel . _count
          and tries to handle it sanely if _count is not a method
0.05    4 Nove 2008
        * oops. fix 0.04 fix to always turn **integer** not object.
0.06    10 Nov 2008
        * add moniker() and unique_value() methods
2008-11-30 21:30:12 +00:00

21 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/30 21:30:12 seb Exp $
DISTNAME= Rose-DBx-Object-MoreHelpers-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Rose-DBx-Object-MoreHelpers/
COMMENT= More mixin helpers for RDBO
DEPENDS+= p5-Rose-DB-Object>=0.770:../../databases/p5-Rose-DB-Object
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/DBx/Object/MoreHelpers/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"