aboutsummaryrefslogtreecommitdiff
path: root/audio/rubygem-ruby-mp3info/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-15 19:00:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-15 19:00:33 +0000
commitdb68bccb06d093534365d61dab923d47416563fe (patch)
tree59dc7d6bc387e5878d3b1519a6dba77c3f49d7b2 /audio/rubygem-ruby-mp3info/Makefile
parentd6fe5e0bdbfb71e3bf04446de744c57126e6b92e (diff)
downloadports-db68bccb06d093534365d61dab923d47416563fe.tar.gz
ports-db68bccb06d093534365d61dab923d47416563fe.zip
- Update ruby-mp3info to 0.5 and use rubygem version
- Take maintainership PR: ports/97163 Submitted by: brad walker <tha_walka@hotmail.com>
Notes
Notes: svn path=/head/; revision=162477
Diffstat (limited to 'audio/rubygem-ruby-mp3info/Makefile')
-rw-r--r--audio/rubygem-ruby-mp3info/Makefile43
1 files changed, 11 insertions, 32 deletions
diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile
index dab6c5ba63b8..4c4703c3de54 100644
--- a/audio/rubygem-ruby-mp3info/Makefile
+++ b/audio/rubygem-ruby-mp3info/Makefile
@@ -1,42 +1,21 @@
-# New ports collection makefile for: Ruby/mp3info
-# Date created: 24 March 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+# New ports collection makefile for: rubygem-mp3info
+# Date created: 11 May 2006
+# Whom: Brad Walker <tha_walka@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= mp3info
-PORTVERSION= 0.3
-CATEGORIES= audio ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/808/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+PORTVERSION= 0.5
+CATEGORIES= audio rubygems
+MASTER_SITES= http://rubyforge.org/frs/download.php/7598/
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Ruby library to access to information on mp3 files
+MAINTAINER= tha_walka@hotmail.com
+COMMENT= A Ruby library to access information on mp3 files
USE_RUBY= yes
-USE_RUBY_SETUP= yes
-USE_RUBY_RDOC= yes
-RUBY_SETUP= install.rb
-DOCS= CHANGELOG doc
-#EXAMPLES= test.rb
-
-post-build:
- cd ${BUILD_WRKSRC}; ${RM} -r doc; ${RUBY_RDOC} lib
-
-post-install:
-.if !defined(NOPORTDOCS)
-# ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-#.for f in ${EXAMPLES}
-# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
-#.endfor
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
+.include <bsd.port.post.mk>