mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Class::DBI::Sweet provides convenient count, search, page, and cache
functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way. Submitted by: Lars Balker Rasmussen
This commit is contained in:
parent
e40038fd5d
commit
cb96680d3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138646
@ -154,6 +154,7 @@
|
||||
SUBDIR += p5-Class-DBI-Replication
|
||||
SUBDIR += p5-Class-DBI-SAK
|
||||
SUBDIR += p5-Class-DBI-SQLite
|
||||
SUBDIR += p5-Class-DBI-Sweet
|
||||
SUBDIR += p5-Class-DBI-ToSax
|
||||
SUBDIR += p5-Class-DBI-Untaint
|
||||
SUBDIR += p5-Class-DBI-mysql
|
||||
|
32
databases/p5-Class-DBI-Sweet/Makefile
Normal file
32
databases/p5-Class-DBI-Sweet/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: Class-DBI-Sweet
|
||||
# Date created: 6 Jul 2005
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-Sweet
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSTROUT
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Extra sweet features for Class::DBI
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Class::DBI::Sweet.3 Class::DBI::Sweet::Topping.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
2
databases/p5-Class-DBI-Sweet/distinfo
Normal file
2
databases/p5-Class-DBI-Sweet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Class-DBI-Sweet-0.04.tar.gz) = 6fc319cfb5b2a819c6f80c83565737c9
|
||||
SIZE (Class-DBI-Sweet-0.04.tar.gz) = 68879
|
5
databases/p5-Class-DBI-Sweet/pkg-descr
Normal file
5
databases/p5-Class-DBI-Sweet/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Class::DBI::Sweet provides convenient count, search, page, and cache
|
||||
functions in a sweet package. It integrates these functions with
|
||||
"Class::DBI" in a convenient and efficient way.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-DBI-Sweet/
|
5
databases/p5-Class-DBI-Sweet/pkg-plist
Normal file
5
databases/p5-Class-DBI-Sweet/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Class/DBI/Sweet.pm
|
||||
%%SITE_PERL%%/Class/DBI/Sweet/Topping.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Sweet 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
|
Loading…
Reference in New Issue
Block a user