diff options
Diffstat (limited to 'audio/rubygem-ruby-ogginfo/Makefile')
-rw-r--r-- | audio/rubygem-ruby-ogginfo/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/rubygem-ruby-ogginfo/Makefile b/audio/rubygem-ruby-ogginfo/Makefile new file mode 100644 index 000000000000..5c1b1de0cece --- /dev/null +++ b/audio/rubygem-ruby-ogginfo/Makefile @@ -0,0 +1,19 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ruby-ogginfo +PORTVERSION= 0.7.2 +CATEGORIES= audio rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library to access to information on ogg files + +LICENSE= GPLv3 + +USE_RUBY= yes +USE_RUBYGEMS= yes +GEM_NAME= ${DISTNAME} +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |