3c130abf7f
PR: ports/163795 Submitted by: Rodrigo Nicola Lombardo <rodnic@gmail.com> Reviewed by: scheidell Approved by: maintainer, gabor (mentor)
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# New ports collection makefile for: rubygem-url_mount
|
|
# Date created: 2 January 2012
|
|
# Whom: Rodrigo Nicola Lombardo <rodnic@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= url_mount
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rodnic@gmail.com
|
|
COMMENT= Glue to allow mounted rack applications to know where they're mounted
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|