freebsd-ports/www/rubygem-ramaze/Makefile
Philip M. Gollucci a1f754ab31 - Update to 2010.06.18
PR:             ports/150424
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-09 17:16:14 +00:00

25 lines
545 B
Makefile

# New ports collection makefile for: rubygem-ramaze
# Date created: 2010-01-20
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
# note, innate version is typically an exact requirement
PORTNAME= ramaze
PORTVERSION= 2010.06.18
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= Ramaze is a simple and modular web framework
RUN_DEPENDS= rubygem-innate>=2010.03:${PORTSDIR}/www/rubygem-innate
PLIST_FILES= bin/ramaze
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>