2008-09-30 16:09:19 +02:00
|
|
|
# Ports collection makefile for: rubygem-rbase
|
|
|
|
# Date created: 15 September 2008
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rbase
|
2009-05-19 01:12:41 +02:00
|
|
|
PORTVERSION= 0.1.3
|
2008-09-30 16:09:19 +02:00
|
|
|
CATEGORIES= databases rubygems
|
|
|
|
MASTER_SITES= RF
|
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2008-09-30 16:09:19 +02:00
|
|
|
COMMENT= Library to create/read/write to XBase databases (*.DBF files)
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-09-30 16:09:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|