freebsd-ports/devel/ruby-gems/Makefile
Yen-Ming Lee 2884527ef3 - fix PLIST and unbreak this port
- transfer MAINTAINERship

PR:		75904
Submitted by:	James Earl <james at icionline.ca>
2005-01-25 10:29:17 +00:00

32 lines
641 B
Makefile

# New ports collection makefile for: RubyGems
# Date created: 07 July 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= gems
PORTVERSION= 0.8.4
CATEGORIES= devel ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/2412/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= chero7@telus.net
COMMENT= Package management framework for the Ruby language
USE_RUBY= yes
RUBY_SETUP= setup.rb
RUBY_VER= 1.8
NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>