mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5a3da80959
- return maintainership PR: ports/162572 Submitted by: Jyun-Yan You <jyyou_AT_cs.nctu.edu.tw> Feature safe: yes
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# New ports collection makefile for: rubygem-innate
|
|
# Date created: 2010-01-20
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= innate
|
|
PORTVERSION= 2011.10
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Powerful web-framework wrapper for Rack
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|