16 lines
399 B
Makefile
16 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.20 2011/03/23 14:27:14 taca Exp $
|
|
|
|
DISTNAME= actionmailer-${RUBY_RAILS2_VERSION}
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/actionmailer/
|
|
COMMENT= Ruby framework for designing email-service layers
|
|
LICENSE= mit
|
|
|
|
RUBY_RAILS= 2
|
|
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|