forked from Lainports/freebsd-ports
- Add LICENSE - Update RUN_DEPENDS Changes: https://github.com/Ramaze/innate/blob/master/CHANGELOG
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= innate
|
|
PORTVERSION= 2013.02.21
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Powerful web-framework wrapper for Rack
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|