2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/22 08:36:53 espie Exp $
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
COMMENT = ruby library for handling credit card processor merchants
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
DISTNAME = activemerchant-1.4.2
|
2010-11-08 18:28:53 -05:00
|
|
|
REVISION = 1
|
2009-10-12 11:07:36 -04:00
|
|
|
CATEGORIES = www
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
HOMEPAGE = http://www.activemerchant.org/
|
2008-03-24 20:01:38 -04:00
|
|
|
|
|
|
|
# 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
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
MODULES = lang/ruby
|
2008-03-24 20:01:38 -04:00
|
|
|
|
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}
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2008-03-24 20:01:38 -04:00
|
|
|
|
2009-10-12 11:07:36 -04:00
|
|
|
MODRUBY_REGRESS = rake
|
2008-03-24 20:01:38 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|