openbsd-ports/mail/ruby-actionmailer/Makefile
2009-10-12 14:30:09 +00:00

32 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.21 2009/10/12 14:30:09 pirofti Exp $
COMMENT= easy email delivery and testing for ruby
DISTNAME= actionmailer-2.3.4
PKGNAME= ruby-${DISTNAME}
CATEGORIES= mail
# MIT License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=actionmailer/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-actionpack->=2.3.4:devel/ruby-actionpack
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
post-extract:
@find ${WRKSRC} -name '*~' | xargs -r rm -f
MODRUBY_REGRESS = rake
.include <bsd.port.mk>