2003-08-27 19:24:06 +02:00
|
|
|
# New ports collection makefile for: Ruby/BitSet
|
|
|
|
# Date created: 30 October 2002
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bitset
|
2006-05-15 05:32:28 +02:00
|
|
|
PORTVERSION= 1.0
|
2003-08-27 19:24:06 +02:00
|
|
|
CATEGORIES= math ruby
|
|
|
|
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-27 19:24:06 +02:00
|
|
|
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>
|