4f9664ab00
OK landry@
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/01/06 04:24:24 jeremy Exp $
|
|
|
|
COMMENT = ruby library for handling credit card processor merchants
|
|
|
|
DISTNAME = activemerchant-1.4.2
|
|
REVISION = 3
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://www.activemerchant.org/
|
|
|
|
# mit
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-builder,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|