16bcd02d7a
Pkgsrc changes: - adjust run and build dependencies - group dependencies by type (run vs build) - sort dependencies as in upstream's Makefile.PL - whitespace to tab fix Upstream changes: 0.08012 2009-02-13 12:00:00 (UTC) - Add omitted dependencies in Makefile.PL 0.08011 2009-02-11 16:30:00 (UTC) - Maintenance release introducing compatibilty with upcoming versions of SQL::Translator and SQL::Abstract
37 lines
1.5 KiB
Makefile
37 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2009/02/15 18:13:58 seb Exp $
|
|
|
|
DISTNAME= DBIx-Class-0.08012
|
|
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/
|
|
COMMENT= Extensible and flexible object <-> relational mapper
|
|
|
|
DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page
|
|
DEPENDS+= p5-SQL-Abstract>=1.24:../../databases/p5-SQL-Abstract
|
|
DEPENDS+= p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit
|
|
DEPENDS+= p5-Class-C3>=0.20:../../devel/p5-Class-C3
|
|
DEPENDS+= p5-Class-C3-Componentised>=0:../../devel/p5-Class-C3-Componentised
|
|
DEPENDS+= p5-Storable>=0:../../devel/p5-Storable
|
|
DEPENDS+= p5-Class-Data-Accessor>=0.01:../../devel/p5-Class-Data-Accessor
|
|
DEPENDS+= p5-Carp-Clan>=0:../../devel/p5-Carp-Clan
|
|
DEPENDS+= p5-DBI>=1.40:../../databases/p5-DBI
|
|
DEPENDS+= p5-Module-Find>=0:../../devel/p5-Module-Find
|
|
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
|
|
DEPENDS+= p5-Class-Accessor-Grouped>=0.08002:../../devel/p5-Class-Accessor-Grouped
|
|
DEPENDS+= p5-JSON-Any>=1.17:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard
|
|
|
|
BUILD_DEPENDS+= p5-DBD-SQLite>=1.14:../../databases/p5-DBD-SQLite
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBIx/Class/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|