21 lines
413 B
Makefile
21 lines
413 B
Makefile
# New ports collection makefile for: rubygem-mutter
|
|
# Date created: 2010-12-07
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mutter
|
|
PORTVERSION= 0.5.3
|
|
#PORTREVISION= 0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= This Ruby gem is a tiny command-line interface library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|