freebsd-ports/www/rubygem-url-mount/Makefile

19 lines
415 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
NO_STAGE= yes
.include <bsd.port.mk>