90daf9c331
Feature safe: yes
23 lines
491 B
Makefile
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>
|