22 lines
459 B
Makefile
22 lines
459 B
Makefile
# New ports collection makefile for: rubygem-ogginfo
|
|
# Date created: 2011-07-09
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ogginfo
|
|
PORTVERSION= 0.6.11
|
|
CATEGORIES= audio rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A Ruby library to access to information on ogg files
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|