diff options
author | nork <nork@FreeBSD.org> | 2002-11-04 14:15:55 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-04 14:15:55 +0000 |
commit | ee192849bf67b68493a02b7ca0ca14ef2d3fb460 (patch) | |
tree | 34a350fcd6074d266cd69262a3a7f4893a4359ee /databases/jdb/Makefile | |
parent | 32f272af110569983e5cba184f07cd76be5b34e5 (diff) | |
download | FreeBSD-ports-ee192849bf67b68493a02b7ca0ca14ef2d3fb460.zip FreeBSD-ports-ee192849bf67b68493a02b7ca0ca14ef2d3fb460.tar.gz |
Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.
PR: ports/39957
Submitted by: Lars Eggert <larse@ISI.EDU>
Diffstat (limited to 'databases/jdb/Makefile')
-rw-r--r-- | databases/jdb/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile new file mode 100644 index 0000000..b3536f7 --- /dev/null +++ b/databases/jdb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: jdb +# Date created: 28 June 2002 +# Whom: Lars Eggert <larse@isi.edu> +# +# $FreeBSD$ +# + +PORTNAME= jdb +PORTVERSION= 1.11 +CATEGORIES= databases perl5 +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/ + +MAINTAINER= larse@isi.edu + +USE_PERL5= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb + +pre-install: + @cd ${WRKSRC} && make test + +.include <bsd.port.mk> |