diff options
Diffstat (limited to 'audio/rubygem-ruby-mp3info/Makefile')
-rw-r--r-- | audio/rubygem-ruby-mp3info/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index c325c9b28414..744d87f7b48e 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -5,13 +5,10 @@ # $FreeBSD$ # -PORTNAME= mp3info +PORTNAME= ruby-mp3info PORTVERSION= 0.5 -PORTREVISION= 1 CATEGORIES= audio rubygems MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= tha_walka@hotmail.com COMMENT= A Ruby library to access information on mp3 files @@ -19,6 +16,5 @@ COMMENT= A Ruby library to access information on mp3 files USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -GEM_NAME= ${DISTNAME} .include <bsd.port.mk> |