37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
16 lines
319 B
Makefile
16 lines
319 B
Makefile
# 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= Ruby library to access information on mp3 files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|