freebsd-ports/devel/rubygem-platform/Makefile
Rong-En Fan d29680803f The Platform library offers a simple, reliable, means of determining
what platform Ruby is running on.  Underlying Platform is the
RUBY_PLATFORM constant.  This library is parsing this constant for
information.  You could easily do this yourself.  We've just taken the
hassle out of it for you and hopefully covered a few of the more
unusual cases you mightn't have thought of yourself.

WWW:	http://platform.rubyforge.org/

PR:		ports/122708
Submitted by:	IWATSUKI Hiroyuki <don at na.rim.or.jp>
2008-04-13 12:53:21 +00:00

23 lines
466 B
Makefile

# New ports collection makefile for: rubygem-Platform
# Date created: 2008-04-13
# Whom: IWATSUKI Hiroyuki <don@na.rim.or.jp>
#
# $FreeBSD$
#
PORTNAME= platform
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= platform
DISTNAME= Platform-${PORTVERSION}
MAINTAINER= don@na.rim.or.jp
COMMENT= Hopefully robust platform sensing
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>