9982d7d5ce
Upstream changes: version 0.0100 at 2016-10-09 04:13:59 +0000 ------------------------------------------- Change: 1a805013fbef23417d4911ad2dae6b88d30df82a Author: Naveed Massjouni <naveed@vt.edu> Date : 2016-10-09 00:10:17 +0000 v0.0100 Change: 365201e343fe133a78c22e7977a6c66524d3d6e1 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2016-10-08 23:48:50 +0000 Merge pull request #3 from hvoers/master Add functions 'get_config' and 'add_schema_to_config' Change: fcabbc9f2ffc171062a428e6e4d6a1d5adccf9f3 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 15:12:40 +0000 Add function 'add_schema_to_config' add_schema_to_config This function does not touch the existing config. It can be used if some other part of your app has configured DBICx::Sugar but did not know about the part that uses an extra schema. add_schema_to_config('schema_name', { dsn => ... }); Change: 587923ac6bae4a7c3044286859741bd4d794d0e7 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 13:40:33 +0000 Remove 'use Memoize', add function 'get_config' Memoize is not used, so remove. For introspection add function get_config. Change: e58f1936ccec6275aa000dd969d6ef3e9f790596 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 13:12:17 +0000 Save the found config Save the found config like DBICx::Sugar::config(LoadFile($config_path)->{dbicx_sugar}); would do. Change: 48b48aac50969e76645e3c8960576bddad36097f Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-03-29 06:01:49 +0000 updated synopsis
25 lines
917 B
Makefile
25 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/11/06 02:38:21 wen Exp $
|
|
|
|
DISTNAME= DBICx-Sugar-0.0100
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IR/IRONCAMEL/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBICx-Sugar/
|
|
COMMENT= Just some syntax sugar for DBIx::Class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBICx/Sugar/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
|
|
BUILD_DEPENDS+= p5-Test-Modern>=0:../../devel/p5-Test-Modern
|
|
BUILD_DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
|
|
BUILD_DEPENDS+= p5-Moo>=0:../../devel/p5-Moo
|
|
|
|
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
|
|
DEPENDS+= p5-SQL-Translator>=0.11018:../../databases/p5-SQL-Translator
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|