freebsd-ports/audio/rubygem-ruby-ogginfo/Makefile
Sunpoet Po-Chuan Hsieh 22f1b4e879 - Add NO_ARCH
- Remove GEM_NAME
2015-06-23 20:27:16 +00:00

19 lines
345 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>