1c85dc35bc
- Update to 0.7.2 - Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://github.com/moumar/ruby-ogginfo/blob/master/History.txt
19 lines
354 B
Makefile
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>
|