freebsd-ports/devel/rubygem-warbler/Makefile
Philip M. Gollucci 7e2ee64b0c - Update to 0.9.13
PR:             ports/134679
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
2009-06-01 00:02:28 +00:00

24 lines
517 B
Makefile

# Ports collection makefile for: rubygem-warbler
# Date created: 23 July 2008
# Whom: Alexander Logvinov <ports@logvinov,com>
#
# $FreeBSD$
PORTNAME= warbler
PORTVERSION= 0.9.13
CATEGORIES= devel rubygems java
MASTER_SITES= RF
MASTER_SITE_SUBDIR= caldersphere
MAINTAINER= avl@FreeBSD.org
COMMENT= A constructor of .war files of Rails applications
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/warble
.include <bsd.port.mk>