aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:32 +0000
commit9e86b2eada8f221f9f6cd26e0e15c35432882e38 (patch)
tree97b85799faef3a63495506210bad2179dbe44786 /audio
parentbbcbf3d506ee25ae596f6a1bc50e3b2eb52b6fac (diff)
downloadports-9e86b2eada8f221f9f6cd26e0e15c35432882e38.tar.gz
ports-9e86b2eada8f221f9f6cd26e0e15c35432882e38.zip
- Fix MASTER_SITES and unbreak this port
- Add LICENSE - Add NO_ARCH - Remove unnecessary .include <bsd.port.options.mk> - While I'm here, replace space with tab Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=395990
Diffstat (limited to 'audio')
-rw-r--r--audio/ruby-taglib/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/audio/ruby-taglib/Makefile b/audio/ruby-taglib/Makefile
index a297671af9ac..7d5c3e508c93 100644
--- a/audio/ruby-taglib/Makefile
+++ b/audio/ruby-taglib/Makefile
@@ -5,7 +5,7 @@ PORTNAME= taglib
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= audio ruby
-MASTER_SITES= http://www.hakubi.us/ruby-taglib/
+MASTER_SITES= http://www.hakubi.us/wp-content/uploads/software/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-taglib-${PORTVERSION}
DIST_SUBDIR= ruby
@@ -13,22 +13,21 @@ DIST_SUBDIR= ruby
MAINTAINER= t.hiroaki.209@gmail.com
COMMENT= Ruby library wrapping the Taglib library
-LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
+LICENSE= MIT
-BROKEN= Unfetchable
+LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
+
+NO_ARCH= yes
+NO_BUILD= yes
USE_RUBY= yes
USES= tar:bzip2
RUBY_RD_FILES= taglib.rb
-NO_BUILD= yes
-
DOCS= README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${STAGEDIR}${RUBY_SITELIBDIR}