openbsd-ports/www/ruby-activemerchant/Makefile

28 lines
571 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.9 2010/11/22 08:36:53 espie 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 = 1
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}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS = devel/ruby-activesupport,${FLAVOR} \
textproc/ruby-builder,${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>