15 lines
402 B
Makefile
15 lines
402 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2013/02/13 15:22:12 taca Exp $
|
||
|
|
||
|
DISTNAME= padrino-contrib-0.1.13
|
||
|
CATEGORIES= www
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= http://www.padrinorb.com/
|
||
|
COMMENT= Contributed plugins and utilities for Padrino Framework
|
||
|
LICENSE= mit
|
||
|
|
||
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=0.10.7:../../www/ruby-padrino-core
|
||
|
|
||
|
.include "../../lang/ruby/gem.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|