summaryrefslogtreecommitdiff
path: root/math/ruby-bitset/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-08-27 17:24:06 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-08-27 17:24:06 +0000
commit4895a28d7f92240eac4188ac40e391c865caef57 (patch)
tree1f63c6a5020c9dac15b68faa5b9ae4a8c0984ecf /math/ruby-bitset/Makefile
parentChase the libmusicbrainz shared lib version. (diff)
Add ruby-bitset, a(nother) bit set library for Ruby.
Notes
Notes: svn path=/head/; revision=87802
Diffstat (limited to 'math/ruby-bitset/Makefile')
-rw-r--r--math/ruby-bitset/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/ruby-bitset/Makefile b/math/ruby-bitset/Makefile
new file mode 100644
index 000000000000..e8a84f292f4f
--- /dev/null
+++ b/math/ruby-bitset/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: Ruby/BitSet
+# Date created: 30 October 2002
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bitset
+PORTVERSION= 0.6.1
+CATEGORIES= math ruby
+MASTER_SITES= http://www.moonwolf.com/ruby/archive/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A bit set library for Ruby
+
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+
+INSTALL_TARGET= site-install
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
+.endif
+
+.include <bsd.port.mk>