summaryrefslogtreecommitdiff
path: root/finance/ruby-activemerchant/Makefile
blob: 92b570f93675691fe0a202344fb894476931f4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $

DISTNAME=	activemerchant-1.3.2
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	finance

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.activemerchant.org/
COMMENT=	Ruby library for credit card processing

DEPENDS+=	${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
DEPENDS+=	${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"