diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-13 11:25:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-13 11:25:08 +0800 |
commit | 56b360b1c03442fc4996cf2d802cf4653b803a98 (patch) | |
tree | c848d8e28185b4b0391594a8c4ac96e086f9df4a /databases | |
parent | 1718c65986345348349a6aad5c68fe412460a6eb (diff) | |
download | freebsd-ports-gnome-56b360b1c03442fc4996cf2d802cf4653b803a98.tar.gz freebsd-ports-gnome-56b360b1c03442fc4996cf2d802cf4653b803a98.tar.zst freebsd-ports-gnome-56b360b1c03442fc4996cf2d802cf4653b803a98.zip |
DBIx::Class interface for Dancer applications
WWW: http://search.cpan.org/dist/Dancer-Plugin-DBIC/
PR: ports/154725
Submitted by: "ports@c0decafe.net" <ports@c0decafe.net
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-DBIC/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-DBIC/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-DBIC/pkg-descr | 3 | ||||
-rw-r--r-- | databases/p5-Dancer-Plugin-DBIC/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1395f8d4a295..c9d007332c7a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -402,6 +402,7 @@ SUBDIR += p5-DBZ_File SUBDIR += p5-DMOZ-ParseRDF SUBDIR += p5-DWH_File + SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Data-Page diff --git a/databases/p5-Dancer-Plugin-DBIC/Makefile b/databases/p5-Dancer-Plugin-DBIC/Makefile new file mode 100644 index 000000000000..4067b6c8e8c4 --- /dev/null +++ b/databases/p5-Dancer-Plugin-DBIC/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Dancer-Plugin-DBIC +# Date created: 2011-02-13 +# Whom: <ports@c0decafe.net> +# +# $FreeBSD$ +# + +PORTNAME= Dancer-Plugin-DBIC +PORTVERSION= 0.1504 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@c0decafe.net +COMMENT= DBIx::Class interface for Dancer applications + +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\ + p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\ + p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Dancer::Plugin::DBIC.3 + +.include <bsd.port.mk> diff --git a/databases/p5-Dancer-Plugin-DBIC/distinfo b/databases/p5-Dancer-Plugin-DBIC/distinfo new file mode 100644 index 000000000000..852124cd84c4 --- /dev/null +++ b/databases/p5-Dancer-Plugin-DBIC/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-DBIC-0.1504.tar.gz) = 59961f230955bda6baa40e8757b39766b5c740e523cd7da573b7a2a93f81c08b +SIZE (Dancer-Plugin-DBIC-0.1504.tar.gz) = 11312 diff --git a/databases/p5-Dancer-Plugin-DBIC/pkg-descr b/databases/p5-Dancer-Plugin-DBIC/pkg-descr new file mode 100644 index 000000000000..0be2eaa2facb --- /dev/null +++ b/databases/p5-Dancer-Plugin-DBIC/pkg-descr @@ -0,0 +1,3 @@ +DBIx::Class interface for Dancer applications + +WWW: http://search.cpan.org/dist/Dancer-Plugin-DBIC/ diff --git a/databases/p5-Dancer-Plugin-DBIC/pkg-plist b/databases/p5-Dancer-Plugin-DBIC/pkg-plist new file mode 100644 index 000000000000..e24c09273d5e --- /dev/null +++ b/databases/p5-Dancer-Plugin-DBIC/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Dancer/Plugin/DBIC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DBIC/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DBIC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer |