diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 15:43:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 15:43:55 +0000 |
commit | 1c85dc35bc92ead2371a215bfce1a5a17a643e86 (patch) | |
tree | a4fb1884a7f80e6caeb0e1382ae4e03e1cecedb2 /audio/rubygem-ruby-ogginfo/Makefile | |
parent | - Update to 0.133330 (diff) |
- Respect upstream naming: rename rubygem-ogginfo to rubygem-ruby-ogginfo
- Update to 0.7.2
- Add LICENSE
- Remove leading indefinite article from COMMENT
Changes: https://github.com/moumar/ruby-ogginfo/blob/master/History.txt
Notes
Notes:
svn path=/head/; revision=335300
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> |