4a3340c71a
Changes since 2.3.2: * I18n support for plugins.
14 lines
437 B
Makefile
14 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/09/12 22:14:17 minskim Exp $
|
|
|
|
DISTNAME= actionpack-2.3.4
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/actionpack/
|
|
COMMENT= Two-step approach to web response generation
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|