28 lines
583 B
Makefile
Raw Normal View History

2011-09-16 12:00:05 +00:00
# $OpenBSD: Makefile,v 1.12 2011/09/16 12:00:08 espie Exp $
2009-10-12 15:07:36 +00:00
COMMENT = ruby library for handling credit card processor merchants
2009-10-12 15:07:36 +00:00
DISTNAME = activemerchant-1.4.2
2011-09-16 12:00:05 +00:00
REVISION = 4
2009-10-12 15:07:36 +00:00
CATEGORIES = www
2009-10-12 15:07:36 +00:00
HOMEPAGE = http://www.activemerchant.org/
# mit
2009-10-12 15:07:36 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 15:07:36 +00:00
MODULES = lang/ruby
2009-10-12 15:07:36 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR} \
textproc/ruby-builder,${MODRUBY_FLAVOR}
2009-10-12 15:07:36 +00:00
CONFIGURE_STYLE = ruby gem
2009-10-12 15:07:36 +00:00
MODRUBY_REGRESS = rake
.include <bsd.port.mk>