pkgsrc/www/ruby-padrino-helpers/Makefile
taca 6ef774d449 Add ruby-padrino-helpers package version 0.10.7.
= Application Extensions and Helpers (padrino-helpers)

=== Overview

This component provides a great deal of view helpers related to html markup
generation.

There are helpers for generating tags, forms, links, images, and more. Most of
the basic methods should be very familiar to anyone who has used rails view
helpers.
2013-02-11 14:39:08 +00:00

16 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/11 14:39:08 taca Exp $
DISTNAME= padrino-helpers-${RUBY_PADRINO_VERS}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${RUBY_PADRINO_SITE}
COMMENT= Helpers for padrino
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6<1:../../devel/ruby-i18n
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"