summaryrefslogtreecommitdiff
path: root/sysutils/ruby-log4r/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ruby-log4r/Makefile')
-rw-r--r--sysutils/ruby-log4r/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/sysutils/ruby-log4r/Makefile b/sysutils/ruby-log4r/Makefile
deleted file mode 100644
index c32f89051178..000000000000
--- a/sysutils/ruby-log4r/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: Log4r
-# Date created: 13 January 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= log4r
-PORTVERSION= 1.0.5
-CATEGORIES= sysutils ruby
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Log4r%20${PORTVERSION}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A flexible logging library written in Ruby
-
-DEPRECATED= Doesn't work with Ruby 1.9
-EXPIRATION_DATE= 2011-08-03
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-EXAMPLES= examples/*
-DOCS= README changelog doc/*
-
-do-install:
- cd ${WRKSRC}; ${RUBY} ./install.rb
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
-.endfor
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${CP} -R ${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>