98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/05/31 12:39:56 wiz Exp $
|
|
|
|
DISTNAME= RDB-2.6d
|
|
PKGNAME= rdb-2.6.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/
|
|
|
|
MAINTAINER= njohnston@globaltetrahedron.com
|
|
HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/
|
|
COMMENT= Relational database system that uses standard filters via pipes
|
|
|
|
WRKSRC= ${WRKDIR}/rdb
|
|
NO_BUILD= yes
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL+= column compute dataent etbl headchg jointbl lst2tbl mergetbl
|
|
REPLACE_PERL+= mktbl ptbl rdb rdbt repair reporttbl row search sorttbl
|
|
REPLACE_PERL+= subtotal summ tbl2lst uniqtbl valid
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|