mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
55dc0f983a
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: 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>
|