freebsd-ports/math/ruby-numru_units/Makefile
Pav Lucistnik d9883ecf73 - Update to 1.5
PR:		ports/85280
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2005-09-04 12:31:41 +00:00

35 lines
800 B
Makefile

# New ports collection makefile for: RubyNumruUnits
# Date created: 14 March 2004
# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= numru_units
PORTVERSION= 1.5
CATEGORIES= math ruby
MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-units/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= numru-units-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
COMMENT= A class to handle units of physical quantities for Ruby
USE_RUBY= yes
NO_BUILD= yes
DOCS= ChangeLog doc/units.html doc/units.rd
do-install:
@cd ${WRKSRC}/ && ${RUBY} ./install.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
.endfor
.endif
.include <bsd.port.mk>