aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-gems/Makefile
blob: 89c595276ce92cfa6f16152f994bdac39615961c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    RubyGems
# Date created:     07 July 2004
# Whom:         Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#

PORTNAME=   gems
PORTVERSION=    0.8.1
CATEGORIES= devel ruby
MASTER_SITES=   http://rubyforge.org/frs/download.php/1399/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ruby${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    ruby

MAINTAINER= alecn2002@yandex.ru
COMMENT=    Package management framework for the Ruby language

USE_RUBY=   yes
RUBY_SETUP= install.rb

NO_BUILD=   yes

BROKEN=     Incorrect pkg-plist
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}

do-install:
    cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}

.include <bsd.port.mk>