freebsd-ports/devel/ruby-rbtree/Makefile
Philip M. Gollucci e6bff242ac - Update to 0.3.0
PR:             ports/147671
Approved by:    ufo@februality.com (maintainer)
Submitted by:   myself (pgollucci@)
2010-06-08 22:13:06 +00:00

40 lines
822 B
Makefile

# New ports collection makefile for: Ruby/RBTree
# Date created: 12 September 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= rbtree
PORTVERSION= 0.3.0
CATEGORIES= devel ruby
MASTER_SITES= http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= ufo@februality.com
COMMENT= An implementation of Red-Black Tree for Ruby
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
# MIT license
DOCS= ChangeLog LICENSE README
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.post.mk>