openbsd-ports/www/ruby-activemerchant/Makefile

31 lines
597 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/09/28 20:12:19 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
PKGNAME = ruby-${DISTNAME}
REVISION = 0
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 \
::textproc/ruby-builder
2009-10-12 11:07:36 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-12 11:07:36 -04:00
PKG_ARCH = *
MODRUBY_REGRESS = rake
.include <bsd.port.mk>