pkgsrc/www/ruby-padrino-support/Makefile
taca 505af96544 Add ruby-padrino-support package version 0.12.4.
A number of support methods and extensions for Padrino framework.
2015-02-04 14:44:42 +00:00

17 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/04 14:44:42 taca Exp $
DISTNAME= padrino-support-${RUBY_PADRINO_VERS}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${RUBY_PADRINO_SITE}
COMMENT= Support for padrino
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
RUBY_RAILS_SUPPORTED= 32
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"