blob: ef332c5a799544232d0fbabc11940b03457d9bca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= warbler
PORTVERSION= 1.4.9
PORTREVISION= 1
CATEGORIES= devel rubygems java
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Constructor of .war files of Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= jruby:lang/jruby \
rubygem-jruby-jars>=1.5.6:devel/rubygem-jruby-jars \
rubygem-jruby-rack>=1.1.1:www/rubygem-jruby-rack \
rubygem-rake>=0.9.6:devel/rubygem-rake \
rubygem-rubyzip>=0.9:archivers/rubygem-rubyzip
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/warble
.include <bsd.port.mk>
|