mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
7fe23dfed7
PR: ports/119664 Submitted by: maintainer
37 lines
736 B
Makefile
37 lines
736 B
Makefile
# New ports collection makefile for: RubyGems
|
|
# Date created: 07 July 2004
|
|
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gems
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
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}
|
|
|
|
post-install:
|
|
@${LN} -sf ${PREFIX}/bin/gem18 ${PREFIX}/bin/gem
|
|
|
|
.include <bsd.port.mk>
|