mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
- fix pkg-plist - fix WWW PR: ports/103699 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (Jonathan Weiss)
30 lines
619 B
Makefile
30 lines
619 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.0
|
|
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
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
|
|
|
|
.include <bsd.port.mk>
|