aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-merb-assets/Makefile
blob: be0062b4a3a10f176e7a8dc79036cbe6f1186cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:	rubygem-merb-assets
# Date created:				13 Dec 2011
# Whom:					Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#

PORTNAME=	merb-assets
PORTVERSION=	1.1.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Merb plugin for supporting assets

RUN_DEPENDS=	rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>