diff options
Diffstat (limited to 'databases/rdb/Makefile')
-rw-r--r-- | databases/rdb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index 275907c56b5a..e9a35a1080dc 100644 --- a/databases/rdb/Makefile +++ b/databases/rdb/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: rdb -# Date created: 2000 Feb. 8 -# Whom: Abel Chow <abel_chow@yahoo.com> -# +# Created by: Abel Chow <abel_chow@yahoo.com> # $FreeBSD$ -# PORTNAME= rdb PORTVERSION= 2.6d @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, portable, relational database management system WRKSRC= ${WRKDIR}/rdb -USE_PERL5= yes +USES= perl5 BINFILES= column compute dataent etbl headchg jointbl lst2tbl \ mergetbl mktbl ptbl rdb rdbt repair reporttbl row search \ |