summaryrefslogtreecommitdiff
path: root/www/merb-exceptions/Makefile
blob: 1e159dcd7146d6eef60f4af669b23860107b765c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2011/08/13 00:18:06 taca Exp $

DISTNAME=	merb-exceptions-1.1.3
PKGREVISION=	1
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.merbivore.com/
COMMENT=	Merb plugin that supports exception notification
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core
DEPENDS+=	${RUBY_PKGPREFIX}-merb-mailer>=1.1.3<1.2:../../www/merb-mailer

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"