diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2009-03-29 16:42:33 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2009-03-29 16:42:33 +0000 |
commit | 64fb3679bd2e640fb80ff757ce8498c821efadd1 (patch) | |
tree | 9117a83718c88685cb4104cc7cb3d33dac40cfc1 /databases/p5-DBIx-Class-DateTime-Epoch | |
parent | 19b9cfd7a34d3fff8b7aee606e3c176a0811a928 (diff) | |
download | ports-64fb3679bd2e640fb80ff757ce8498c821efadd1.tar.gz ports-64fb3679bd2e640fb80ff757ce8498c821efadd1.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-DateTime-Epoch')
-rw-r--r-- | databases/p5-DBIx-Class-DateTime-Epoch/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-DateTime-Epoch/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr | 7 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/Makefile b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile new file mode 100644 index 000000000000..04eb87a30faa --- /dev/null +++ b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: databases/p5-DBIx-Class-DateTime-Epoch +# Date created: 29 Mar 2009 +# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-Class-DateTime-Epoch +PORTVERSION= 0.03 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lbr@FreeBSD.org +COMMENT= Automatic inflation/deflation of epoch-based DateTime objects + +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DBIx::Class::DateTime::Epoch.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/distinfo b/databases/p5-DBIx-Class-DateTime-Epoch/distinfo new file mode 100644 index 000000000000..627e012ee5d4 --- /dev/null +++ b/databases/p5-DBIx-Class-DateTime-Epoch/distinfo @@ -0,0 +1,3 @@ +MD5 (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 09506b137eee4050c8283dafbd3a98bb +SHA256 (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 4e47b99ef3f118169a530558b8293e940eff7dcf7cab865046b1f2c4bd454558 +SIZE (DBIx-Class-DateTime-Epoch-0.03.tar.gz) = 2938 diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr b/databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr new file mode 100644 index 000000000000..834d176d996e --- /dev/null +++ b/databases/p5-DBIx-Class-DateTime-Epoch/pkg-descr @@ -0,0 +1,7 @@ +This module automatically inflates/deflates DateTime objects +corresponding to applicable columns. Columns may also be +defined to specify their nature, such as columns representing a +creation time (set at time of insertion) or a modification time +(set at time of every update). + +WWW: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/ diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist b/databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist new file mode 100644 index 000000000000..391d6fe32677 --- /dev/null +++ b/databases/p5-DBIx-Class-DateTime-Epoch/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime/Epoch/.packlist +%%SITE_PERL%%/DBIx/Class/DateTime/Epoch.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime/Epoch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/DateTime +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx +@dirrmtry %%SITE_PERL%%/DBIx/Class/DateTime +@dirrmtry %%SITE_PERL%%/DBIx/Class +@dirrmtry %%SITE_PERL%%/DBIx |