diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 18:47:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 18:47:59 +0000 |
commit | 8cd8f3f307f0b70321f7f4078d098207c4e2f9bb (patch) | |
tree | 23a497b2b9d7509bb321f48ca74b20488537fcbb /databases | |
parent | 5f713f4a461738ebd951ed9a3613878be04d8055 (diff) | |
download | pkgsrc-8cd8f3f307f0b70321f7f4078d098207c4e2f9bb.tar.gz |
Initial import of DBD-Sybase-0.23, a Sybase/MS-SQL backend for p5-DBI.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 24 | ||||
-rw-r--r-- | databases/p5-DBD-Sybase/files/md5 | 3 | ||||
-rw-r--r-- | databases/p5-DBD-Sybase/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/p5-DBD-Sybase/pkg/DESCR | 8 | ||||
-rw-r--r-- | databases/p5-DBD-Sybase/pkg/PLIST | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile new file mode 100644 index 00000000000..05ebab789a3 --- /dev/null +++ b/databases/p5-DBD-Sybase/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:47:59 rh Exp $ +# + +DISTNAME= DBD-Sybase-0.23 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.mbay.net/~mpeppler/ + +DEPENDS+= freetds>=0.50:../../databases/freetds +DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Sybase/.packlist + +MAKE_ENV+= SYBASE=${PREFIX}/freetds +MAKE_PARAMS+= --noprompt + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-Sybase/files/md5 b/databases/p5-DBD-Sybase/files/md5 new file mode 100644 index 00000000000..383007948d4 --- /dev/null +++ b/databases/p5-DBD-Sybase/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 18:47:59 rh Exp $ + +MD5 (DBD-Sybase-0.23.tar.gz) = 211210528723934960eacb2bc9273ddc diff --git a/databases/p5-DBD-Sybase/pkg/COMMENT b/databases/p5-DBD-Sybase/pkg/COMMENT new file mode 100644 index 00000000000..ccd53fd6712 --- /dev/null +++ b/databases/p5-DBD-Sybase/pkg/COMMENT @@ -0,0 +1 @@ +perl DBI/DBD driver for Sybase/MS-SQL databases diff --git a/databases/p5-DBD-Sybase/pkg/DESCR b/databases/p5-DBD-Sybase/pkg/DESCR new file mode 100644 index 00000000000..ade4dbc9245 --- /dev/null +++ b/databases/p5-DBD-Sybase/pkg/DESCR @@ -0,0 +1,8 @@ + DBD::Sybase is built upon the DBI, the generic Perl Database +Interface. It brings you an identical interface to a broad +variety of databases and is in this regard comparable to ODBC. +The advantage of the DBI approach is portability and +interoperability. + + The Sybase backend allows access to Sybase and Microsoft-SQL +servers. diff --git a/databases/p5-DBD-Sybase/pkg/PLIST b/databases/p5-DBD-Sybase/pkg/PLIST new file mode 100644 index 00000000000..3118b5c0b70 --- /dev/null +++ b/databases/p5-DBD-Sybase/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 18:47:59 rh Exp $ |