freebsd-ports/www/rubygem-url-mount/Makefile
Michael Scheidell 3c130abf7f - Glue to allow mounted rack applications to know where they're mounted
PR:		ports/163795
Submitted by:	Rodrigo Nicola Lombardo <rodnic@gmail.com>
Reviewed by:	scheidell
Approved by:	maintainer, gabor (mentor)
2012-01-15 22:58:55 +00:00

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>