18 lines
374 B
Makefile
18 lines
374 B
Makefile
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
|
|
WWW= https://github.com/hassox/url_mount
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|