freebsd-ports/devel/rubygem-loquacious/Makefile
Philip M. Gollucci 53436bbca3 - Update to 1.7.0
PR:             ports/150835
Submitted by:   myself (pgollucci)
Approved by:    rpsfa@rit.edu (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-27 18:17:30 +00:00

21 lines
431 B
Makefile

# Ports collection makefile for: gem-loquacious
# Date created: 06 Nov 2009
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
#
# $FreeBSD$
PORTNAME= loquacious
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= rpsfa@rit.edu
COMMENT= Mechanism to parse ruby loquacious files
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
RUN_DEPENDS= spec:${PORTSDIR}/devel/rubygem-rspec
.include <bsd.port.mk>