freebsd-ports/audio/rubygem-ruby-ogginfo/Makefile
Sunpoet Po-Chuan Hsieh 1c85dc35bc - 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
2013-11-30 15:43:55 +00:00

19 lines
354 B
Makefile

# 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>