diff options
Diffstat (limited to 'devel/ruby-filelock/Makefile')
-rw-r--r-- | devel/ruby-filelock/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile deleted file mode 100644 index 95893ba9a468..000000000000 --- a/devel/ruby-filelock/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Ruby-filelock -# Date created: 22 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= filelock -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= LOCAL/fenner/ruby-contrib -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby module which provides file locking mechanism - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -DOCS= README -EXAMPLES= test.rb tst1.rb tst2.rb tst3.rb tst4.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.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> |