21faabd986
databases/p5-DBIx-Class-DynamicDefault from 0.03nb5 to 0.04. pkgsrc changes: - add license conditions - adjust dependencies Upstream changes: 0.04 Sat, 14 Apr 2012 10:09:00 +0100 Matt S Trout: Fix a massive pessimisation causing repeated ->result_source_instance invocations resulting in get_inherited from C::A::Grouped being the biggest thing in a startup profile.
21 lines
693 B
Makefile
21 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/07/03 18:36:38 sno Exp $
|
|
|
|
DISTNAME= DBIx-Class-DynamicDefault-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-DynamicDefault/
|
|
COMMENT= DBIx::Class component to automatically set and update fields
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBIx/Class/DynamicDefault/.packlist
|
|
|
|
DEPENDS+= p5-DBIx-Class>=0.08127:../../databases/p5-DBIx-Class
|
|
|
|
BUILD_DEPENDS+= p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|