openbsd-ports/www/ruby-activemerchant/Makefile
landry a82a43646d bump PKGNAMEs after lang/ruby module change.
Janitor job finished, sorry for the spam.
Thanks again bernd@ for bulk-testing and okaying.
2008-06-15 00:01:25 +00:00

30 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.3 2008/06/15 00:01:25 landry Exp $
COMMENT= ruby library for handling credit card processor merchants
DISTNAME= activemerchant-1.3.2
PKGNAME= ruby-${DISTNAME}p1
CATEGORIES= www
HOMEPAGE= http://www.activemerchant.org/
# mit
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=activemerchant/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/ruby-activesupport \
::textproc/ruby-builder
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>