openbsd-ports/www/ruby-activemerchant/Makefile

28 lines
584 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/01/06 04:24:24 jeremy Exp $
2009-10-12 11:07:36 -04:00
COMMENT = ruby library for handling credit card processor merchants
2009-10-12 11:07:36 -04:00
DISTNAME = activemerchant-1.4.2
REVISION = 3
2009-10-12 11:07:36 -04:00
CATEGORIES = www
2009-10-12 11:07:36 -04:00
HOMEPAGE = http://www.activemerchant.org/
# mit
2009-10-12 11:07:36 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 11:07:36 -04:00
MODULES = lang/ruby
2009-10-12 11:07:36 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR} \
textproc/ruby-builder,${MODRUBY_FLAVOR}
2009-10-12 11:07:36 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-12 11:07:36 -04:00
MODRUBY_REGRESS = rake
.include <bsd.port.mk>