diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-04-02 10:58:20 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-04-02 10:58:20 +0000 |
commit | d56a1d15a5a224ffbb094327effa8dc6c19cd64f (patch) | |
tree | 9ff913451c38b037173b32d1afc3e131a22dabbc /databases/p5-Class-DBI-Plugin-AbstractCount | |
parent | bad3179cfb5a0bec5173ae551bc982ca381dd97f (diff) |
Notes
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-AbstractCount')
4 files changed, 47 insertions, 0 deletions
diff --git a/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile b/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile new file mode 100644 index 000000000000..c28049930cb9 --- /dev/null +++ b/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: databases/p5-Class-DBI-Plugin-AbstractCount +# Date created: 01 April 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Class-DBI-Plugin-AbstractCount +PORTVERSION= 0.03 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Get COUNT(*) results with abstract SQL + +BUILD_DEPENDS= ${SITE_PERL}/Class/DBI/Plugin.pm:${PORTSDIR}/databases/p5-Class-DBI-Plugin \ + ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Class::DBI::Plugin::AbstractCount.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again. +.endif +.include <bsd.port.post.mk> diff --git a/databases/p5-Class-DBI-Plugin-AbstractCount/distinfo b/databases/p5-Class-DBI-Plugin-AbstractCount/distinfo new file mode 100644 index 000000000000..07d2901d5364 --- /dev/null +++ b/databases/p5-Class-DBI-Plugin-AbstractCount/distinfo @@ -0,0 +1,2 @@ +MD5 (Class-DBI-Plugin-AbstractCount-0.03.tar.gz) = 40e8d382e306f7f44e1e198f5135b56d +SIZE (Class-DBI-Plugin-AbstractCount-0.03.tar.gz) = 2872 diff --git a/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-descr b/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-descr new file mode 100644 index 000000000000..1902113bfb6a --- /dev/null +++ b/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-descr @@ -0,0 +1,6 @@ +This Class::DBI plugin combines the functionality from +Class::DBI::Plugin::CountSearch (counting objects without having +to use an array or an iterator), and Class::DBI::AbstractSearch, +which allows complex where-clauses a la SQL::Abstract. + +WWW: http://search.cpan.org/dist/Class-DBI-Plugin-AbstractCount diff --git a/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-plist b/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-plist new file mode 100644 index 000000000000..0de08ae66be5 --- /dev/null +++ b/databases/p5-Class-DBI-Plugin-AbstractCount/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Class/DBI/Plugin/AbstractCount.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/AbstractCount/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/AbstractCount +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true |