1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/freebase/Makefile
Tilman Keskinoz 9c9e266bcf Update to 0.9.0
PR:		74515
Submitted by:	Alexander Novitsky <alecn@server.v42of.icc-vvd.ru>
2004-12-04 17:58:18 +00:00

28 lines
571 B
Makefile

# New ports collection makefile for: FreeBASE
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= freebase
PORTVERSION= 0.9.0
CATEGORIES= devel ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/2030/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= freeride-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= alecn2002@yandex.ru
COMMENT= Plugin subsystem of FreeRIDE
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_RUBY= yes
NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} bin/install.rb
.include <bsd.port.mk>