395ad34d49
PR: ports/108880 Submitted by: maintainer (Jonathan Weiss)
32 lines
655 B
Makefile
32 lines
655 B
Makefile
# New ports collection makefile for: RubyGems
|
|
# Date created: 07 July 2004
|
|
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gems
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ruby${PORTNAME}
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Package management framework for the Ruby language
|
|
|
|
USE_RUBY= yes
|
|
RUBY_SETUP= setup.rb
|
|
RUBY_VER= 1.8
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_SUB+= DISTNAME="${DISTNAME}"
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
|
|
|
|
.include <bsd.port.mk>
|