ce0daa9df0
- Add LICENSE - Remove leading indefinite article from COMMENT - Support STAGEDIR Changes: https://github.com/jruby/warbler/blob/master/History.txt
27 lines
666 B
Makefile
27 lines
666 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= warbler
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Constructor of .war files of Rails applications
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \
|
|
rubygem-jruby-jars>=1.5.6:${PORTSDIR}/devel/rubygem-jruby-jars \
|
|
rubygem-jruby-rack>=1.0.0:${PORTSDIR}/www/rubygem-jruby-rack \
|
|
rubygem-rake>=0.9.6:${PORTSDIR}/devel/rubygem-rake \
|
|
rubygem-rubyzip>=0.9:${PORTSDIR}/archivers/rubygem-rubyzip
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/warble
|
|
|
|
.include <bsd.port.mk>
|