diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 02:54:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 02:54:13 +0000 |
commit | 7962fbd02786972f311ce2daf6d06e8842437324 (patch) | |
tree | d9b5afda7b79a5e86ab1b7465a72d7fa449903ee /databases | |
parent | - Update to 2.0.3 (diff) |
- Add p5-Dancer-Plugin-Database-Core 0.05
Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
and Dancer2::Plugin::Database modules.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/
Notes
Notes:
svn path=/head/; revision=338216
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Database-Core/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Database-Core/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Database-Core/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-Database-Core/pkg-plist | 13 |
5 files changed, 43 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 04e8e364f6fa..c0104c892504 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -419,6 +419,7 @@ SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database + SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Data-Page diff --git a/databases/p5-Dancer-Plugin-Database-Core/Makefile b/databases/p5-Dancer-Plugin-Database-Core/Makefile new file mode 100644 index 000000000000..e72cb98587c4 --- /dev/null +++ b/databases/p5-Dancer-Plugin-Database-Core/Makefile @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-Database-Core +PORTVERSION= 0.05 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Shared core for D1 and D2 Database plugins + +LICENSE= ART20 + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/databases/p5-Dancer-Plugin-Database-Core/distinfo b/databases/p5-Dancer-Plugin-Database-Core/distinfo new file mode 100644 index 000000000000..d7e1d718accf --- /dev/null +++ b/databases/p5-Dancer-Plugin-Database-Core/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Database-Core-0.05.tar.gz) = b46d765a9296346ff34e6e2d93f4b31275c955b9c15c117f375bdb2255152996 +SIZE (Dancer-Plugin-Database-Core-0.05.tar.gz) = 13851 diff --git a/databases/p5-Dancer-Plugin-Database-Core/pkg-descr b/databases/p5-Dancer-Plugin-Database-Core/pkg-descr new file mode 100644 index 000000000000..7b934ac0a1e6 --- /dev/null +++ b/databases/p5-Dancer-Plugin-Database-Core/pkg-descr @@ -0,0 +1,4 @@ +Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database +and Dancer2::Plugin::Database modules. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/ diff --git a/databases/p5-Dancer-Plugin-Database-Core/pkg-plist b/databases/p5-Dancer-Plugin-Database-Core/pkg-plist new file mode 100644 index 000000000000..54aa15470f89 --- /dev/null +++ b/databases/p5-Dancer-Plugin-Database-Core/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Dancer/Plugin/Database/Core.pm +%%SITE_PERL%%/Dancer/Plugin/Database/Core/Handle.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database/Core/.packlist +%%PERL5_MAN3%%/Dancer::Plugin::Database::Core.3.gz +%%PERL5_MAN3%%/Dancer::Plugin::Database::Core::Handle.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database/Core +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer +@dirrm %%SITE_PERL%%/Dancer/Plugin/Database/Core +@dirrmtry %%SITE_PERL%%/Dancer/Plugin/Database +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer |