freebsd-ports/devel/rubygem-jammit/Makefile
Steve Wills 90daf9c331 - Update to 0.6.5
Feature safe:	yes
2011-12-04 20:30:12 +00:00

23 lines
491 B
Makefile

# Ports collection makefile for: rubygem-jammit
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= jammit
PORTVERSION= 0.6.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An industrial strength asset packaging library for Rails
RUN_DEPENDS= devel/rubygem-yui-compressor>=0.9.3:${PORTSDIR}/devel/rubygem-yui-compressor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/jammit
.include <bsd.port.mk>