1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/rubygem-merb-helpers/Makefile
Philip M. Gollucci da895f1eff Merb is a web development framework for fast, simple, and powerful development.
WWW: http://www.merbivore.com/

PR:		ports/163350
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:16:34 +00:00

23 lines
460 B
Makefile

# Ports collection makefile for: rubygem-merb-helpers
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
PORTNAME= merb-helpers
PORTVERSION= 1.1.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Merb plugin containing view helpers
RUN_DEPENDS= rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>