mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b38f3ce3d9
- Add LICENSE - Update RUN_DEPENDS Changes: https://github.com/Ramaze/innate/blob/master/CHANGELOG
21 lines
386 B
Makefile
21 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>
|