2009-12-01 16:25:45 +01:00
|
|
|
# Ports collection makefile for: gem-loquacious
|
|
|
|
# Date created: 06 Nov 2009
|
|
|
|
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= loquacious
|
2011-12-17 05:11:31 +01:00
|
|
|
PORTVERSION= 1.9.1
|
2009-12-01 16:25:45 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-12-01 16:25:45 +01:00
|
|
|
|
2011-10-26 13:21:50 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-12-01 16:25:45 +01:00
|
|
|
COMMENT= Mechanism to parse ruby loquacious files
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2011-10-24 04:13:42 +02:00
|
|
|
RUN_DEPENDS= rubygem-rspec>=2.7.0:${PORTSDIR}/devel/rubygem-rspec
|
2009-12-01 16:25:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|