20 lines
363 B
Makefile
20 lines
363 B
Makefile
PORTNAME= ramaze
|
|
PORTVERSION= 2012.12.08
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple and modular web framework
|
|
WWW= http://ramaze.net
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-innate>=2012.12:www/rubygem-innate \
|
|
rubygem-rake>=0:devel/rubygem-rake
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/ramaze
|
|
|
|
.include <bsd.port.mk>
|