2006-05-15 21:00:33 +02:00
|
|
|
# New ports collection makefile for: rubygem-mp3info
|
|
|
|
# Date created: 11 May 2006
|
|
|
|
# Whom: Brad Walker <tha_walka@hotmail.com>
|
2003-03-24 10:43:02 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mp3info
|
2006-05-15 21:00:33 +02:00
|
|
|
PORTVERSION= 0.5
|
|
|
|
CATEGORIES= audio rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
|
2003-03-24 10:43:02 +01:00
|
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2006-05-15 21:00:33 +02:00
|
|
|
MAINTAINER= tha_walka@hotmail.com
|
|
|
|
COMMENT= A Ruby library to access information on mp3 files
|
2003-03-24 10:43:02 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:22:17 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2003-03-24 10:43:02 +01:00
|
|
|
|
2009-03-04 19:46:02 +01:00
|
|
|
BROKEN= fails to package
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|