summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-11-30 10:40:02 +0000
committerClive Lin <clive@FreeBSD.org>2001-11-30 10:40:02 +0000
commitee0bd30627fa4ecd82c9cb4edb7f00cc573de519 (patch)
tree5760d7e824be536516f8c436249f267d47790cce /databases/p5-DBD-ODBC
parentReplace ${PREFIX} with ${LOCALBASE} were appropriate. (diff)
New port: p5-DBD-ODBC, DBD module interfacing the ODBC databases.
Notes
Notes: svn path=/head/; revision=50763
Diffstat (limited to 'databases/p5-DBD-ODBC')
-rw-r--r--databases/p5-DBD-ODBC/Makefile26
-rw-r--r--databases/p5-DBD-ODBC/distinfo1
-rw-r--r--databases/p5-DBD-ODBC/pkg-comment1
-rw-r--r--databases/p5-DBD-ODBC/pkg-descr3
-rw-r--r--databases/p5-DBD-ODBC/pkg-plist6
5 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
new file mode 100644
index 000000000000..a8a74da506a3
--- /dev/null
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-DBD-ODBC
+# Date created: Nov 30 2001
+# Whom: Clive Lin <clive@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DBD-ODBC
+PORTVERSION= 0.28
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DBD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc
+
+INSTALLS_SHLIB= yes
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= -o ${LOCALBASE}
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= DBD::ODBC.3
+
+.include <bsd.port.mk>
diff --git a/databases/p5-DBD-ODBC/distinfo b/databases/p5-DBD-ODBC/distinfo
new file mode 100644
index 000000000000..00bd4569cd63
--- /dev/null
+++ b/databases/p5-DBD-ODBC/distinfo
@@ -0,0 +1 @@
+MD5 (DBD-ODBC-0.28.tar.gz) = 6d10506799daecfb6cacbc1dce1b9afe
diff --git a/databases/p5-DBD-ODBC/pkg-comment b/databases/p5-DBD-ODBC/pkg-comment
new file mode 100644
index 000000000000..3a1939afde8a
--- /dev/null
+++ b/databases/p5-DBD-ODBC/pkg-comment
@@ -0,0 +1 @@
+DBD module interfacing the ODBC databases
diff --git a/databases/p5-DBD-ODBC/pkg-descr b/databases/p5-DBD-ODBC/pkg-descr
new file mode 100644
index 000000000000..a4ed0924a127
--- /dev/null
+++ b/databases/p5-DBD-ODBC/pkg-descr
@@ -0,0 +1,3 @@
+DBD module interfacing the ODBC databases.
+
+WWW: http://search.cpan.org/search?dist=DBD-ODBC
diff --git a/databases/p5-DBD-ODBC/pkg-plist b/databases/p5-DBD-ODBC/pkg-plist
new file mode 100644
index 000000000000..f007dd60f6df
--- /dev/null
+++ b/databases/p5-DBD-ODBC/pkg-plist
@@ -0,0 +1,6 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ODBC.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/ODBC/ODBC.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/ODBC/ODBC.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/ODBC/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/ODBC
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true