summaryrefslogtreecommitdiff
path: root/databases/oraedit/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2000-01-31 14:03:00 +0000
committerjdolecek <jdolecek@pkgsrc.org>2000-01-31 14:03:00 +0000
commit4da89368e7191adff4ede1afd7ff4134cbe3fdad (patch)
treedf40788108e6458f032c41424f930da15cc30913 /databases/oraedit/Makefile
parentbf68babdcb7b375edac45c2b1ec2554fcb19bb24 (diff)
downloadpkgsrc-4da89368e7191adff4ede1afd7ff4134cbe3fdad.tar.gz
Add package for oraedit 0.1.3.
oraedit is capable of editing functions, procedure, package bodies and specification, type body and specifications as well as views stored in Oracle. The only thing required is working sqlplus client or working rsh/ssh connection to a computer with one (and Python, of course). Documentation is currently not present, you have to figure out usage yourself ATM, sorry.
Diffstat (limited to 'databases/oraedit/Makefile')
-rw-r--r--databases/oraedit/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile
new file mode 100644
index 00000000000..28bb45b2a21
--- /dev/null
+++ b/databases/oraedit/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2000/01/31 14:03:00 jdolecek Exp $
+
+DISTNAME= oraedit-0.1.3
+CATEGORIES= databases
+MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/
+
+MAINTAINER= jdolecek@netbsd.org
+
+DEPENDS= python:../../lang/python
+
+NO_CONFIGURE= 1
+NO_BUILD= 1
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit
+
+.include "../../mk/bsd.pkg.mk"