blob: 28ce04a1017f61768a66c50ae488afc5b851a519 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|