diff options
Diffstat (limited to 'math/ruby-bitset/Makefile')
-rw-r--r-- | math/ruby-bitset/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/math/ruby-bitset/Makefile b/math/ruby-bitset/Makefile deleted file mode 100644 index c8f7582a8e39..000000000000 --- a/math/ruby-bitset/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Ruby/BitSet -# Date created: 30 October 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= bitset -PORTVERSION= 1.0 -CATEGORIES= math ruby -MASTER_SITES= http://www.moonwolf.com/ruby/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A bit set library for Ruby - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -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.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |