pkgsrc/www/erubis/Makefile
minskim df259e59d8 Import Erubis.
Erubis is a fast, secure, and very extensible implementation of eRuby.
2007-06-11 04:55:33 +00:00

17 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 04:55:33 minskim Exp $
DISTNAME= erubis_2.3.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/21106/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.kuwata-lab.com/erubis/
COMMENT= Fast, secure, and extensible implementation of eRuby
USE_LANGUAGES= # none
USE_RUBY_SETUP= yes
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"