22 lines
476 B
Makefile
22 lines
476 B
Makefile
# Ports collection makefile for: rubygem-kirbybase
|
|
# Date created: 07 Jan 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kirbybase
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= KirbyBase-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A Small and Plain-text DBMS Written in Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/kbserver.rb
|
|
|
|
.include <bsd.port.mk>
|