blob: 86e270ab75f346dba8cb4e0b2f12ae098810d38a (
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
|
# Ports collection makefile for: rubygem-warbler
# Date created: 23 July 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= warbler
PORTVERSION= 0.9.14
PORTREVISION= 1
CATEGORIES= devel rubygems java
MASTER_SITES= RG
MAINTAINER= avl@FreeBSD.org
COMMENT= A constructor of .war files of Rails applications
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \
rubygem-jruby-jars>=1.3.1:${PORTSDIR}/devel/rubygem-jruby-jars
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/warble
.include <bsd.port.mk>
|