1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/rubygem-url-mount/Makefile
Jimmy Olgeni 55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00

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>