freebsd-ports/math/ruby-bitvector/Makefile
Bill Fenner 61841194d5 The Ruby contrib directory hasn't existed for some time; mirror the
files on MASTER_SITE_LOCAL until someone upgrades these ports.
2005-11-28 04:40:21 +00:00

34 lines
766 B
Makefile

# New ports collection makefile for: Ruby/BitVector
# Date created: 23 Nov 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= bitvector
PORTVERSION= 0.1.7
CATEGORIES= math ruby
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner/ruby-contrib
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient Ruby bit vector extension
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/tests/* ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}
.for f in NOTWRAPPED README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>