27 lines
682 B
Makefile
27 lines
682 B
Makefile
# Created by: Scott Sanders <scott@jssjr.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= merb-core
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Merb. Pocket rocket web framework
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
|
|
rubygem-erubis>=2.6.2:${PORTSDIR}/www/rubygem-erubis \
|
|
rubygem-extlib>=0.9.13:${PORTSDIR}/devel/rubygem-extlib \
|
|
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
|
|
rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
|
|
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/merb
|
|
|
|
.include <bsd.port.mk>
|