cd26ced1d5
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are over 100 lines, please refer HOMEPAGE for detail.
15 lines
463 B
Makefile
15 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/10 06:39:06 taca Exp $
|
|
|
|
DISTNAME= activemerchant-1.7.2
|
|
CATEGORIES= finance
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://activemerchant.org/
|
|
COMMENT= Ruby library for credit card processing
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|