blob: 7e2f93d5eb58c0f398f169b6507b71596800f97c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Brad Walker <tha_walka@hotmail.com>
# $FreeBSD$
PORTNAME= ruby-mp3info
PORTVERSION= 0.8
CATEGORIES= audio rubygems
MASTER_SITES= RG
MAINTAINER= tha_walka@hotmail.com
COMMENT= A Ruby library to access information on mp3 files
USE_RUBY= yes
NO_STAGE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|