mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8b87a03967
Submitted by: Lars Eggert <larse@isi.edu> (maintainer) PR: 58344
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# New ports collection makefile for: jdb
|
|
# Date created: 28 June 2002
|
|
# Whom: Lars Eggert <larse@isi.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jdb
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/
|
|
|
|
MAINTAINER= larse@isi.edu
|
|
COMMENT= JDB manipulates flat-ASCII databases from shell scripts
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb
|
|
|
|
.include <bsd.port.mk>
|