diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-14 18:00:25 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-14 18:00:25 +0000 |
commit | f4c5fc35b4a63a5412b2cc961f465bfbcb48c9ee (patch) | |
tree | 163cf85ba6e1dce6a601f91e9c9f582d36aea8c0 /databases/p5-DBD-RAM | |
parent | 9791d35ea84be2e2959418f1045c6bee6a62b3bc (diff) | |
download | FreeBSD-ports-f4c5fc35b4a63a5412b2cc961f465bfbcb48c9ee.zip FreeBSD-ports-f4c5fc35b4a63a5412b2cc961f465bfbcb48c9ee.tar.gz |
Add p5-DBD-RAM 0.072, it's a DBI driver for files and data structures.
Diffstat (limited to 'databases/p5-DBD-RAM')
-rw-r--r-- | databases/p5-DBD-RAM/Makefile | 33 | ||||
-rw-r--r-- | databases/p5-DBD-RAM/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBD-RAM/pkg-descr | 8 | ||||
-rw-r--r-- | databases/p5-DBD-RAM/pkg-plist | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile new file mode 100644 index 0000000..205d6dc --- /dev/null +++ b/databases/p5-DBD-RAM/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-DBD-RAM +# Date created: Nov 15 2003 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= DBD-RAM +PORTVERSION= 0.072 +PORTREVISION= 0 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@freebsd.org +COMMENT= DBI driver for files and data structures + +PERL_CONFIGURE= yes + +MAN3= DBD::RAM.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +.else +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +.endif + +.include <bsd.port.post.mk> diff --git a/databases/p5-DBD-RAM/distinfo b/databases/p5-DBD-RAM/distinfo new file mode 100644 index 0000000..6da0cc2 --- /dev/null +++ b/databases/p5-DBD-RAM/distinfo @@ -0,0 +1 @@ +MD5 (DBD-RAM-0.072.tar.gz) = 4ab119a341b4b2afa4644805239449b9 diff --git a/databases/p5-DBD-RAM/pkg-descr b/databases/p5-DBD-RAM/pkg-descr new file mode 100644 index 0000000..056a4fd --- /dev/null +++ b/databases/p5-DBD-RAM/pkg-descr @@ -0,0 +1,8 @@ +DBD::RAM allows you to import almost any type of Perl data +structure into an in-memory table and then use DBI and SQL +to access and modify it. It also allows direct access to +almost any kind of file, supporting SQL manipulation +of the file without converting the file out of its native +format. + +WWW: http://search.cpan.org/dist/DBD-RAM diff --git a/databases/p5-DBD-RAM/pkg-plist b/databases/p5-DBD-RAM/pkg-plist new file mode 100644 index 0000000..8b8ef34 --- /dev/null +++ b/databases/p5-DBD-RAM/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/DBD/RAM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM +@unexec rmdir %D/%%SITE_PERL%%/%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DBD 2>/dev/null || true |