246efaf9c4
Changes are too many to write here, please refer <https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
17 lines
576 B
Makefile
17 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/04 14:53:55 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-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.4.1<1.5:../../textproc/ruby-tilt
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6.7:../../devel/ruby-i18n
|
|
|
|
.include "../../www/ruby-padrino/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|