freebsd-ports/devel/rubygem-jammit/Makefile
Ryan Steinmetz 72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00

23 lines
489 B
Makefile

# Ports collection makefile for: rubygem-jammit
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= jammit
PORTVERSION= 0.6.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= zi@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>