2020-05-10 16:01:46 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2020/05/10 14:01:46 rillig Exp $
|
2010-06-12 12:43:12 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= div-1.3.2
|
|
|
|
CATEGORIES= www devel ruby
|
|
|
|
MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
|
|
|
|
|
2015-03-15 22:10:07 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-26 18:30:40 +01:00
|
|
|
HOMEPAGE= https://www.druby.org/ilikeruby/div.en.html
|
2010-06-12 12:43:12 +02:00
|
|
|
COMMENT= Simple Web Application framework with dRuby and ERB
|
|
|
|
#LICENSE= # TODO: nothing
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
USE_RUBY_INSTALL= YES
|
2020-05-10 16:01:46 +02:00
|
|
|
SUBST_NOOP_OK.rinstall= yes # nothing found for ruby24-div
|
2010-06-12 12:43:12 +02:00
|
|
|
|
|
|
|
INSTALL_TARGET= -d ${DESTDIR}${PREFIX}/${RUBY_VENDORLIB}
|
|
|
|
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|