0168c6ecf1
Mercenary is a lightweight and flexible library for writing command-line applications in Ruby. It was developed as part of Jekyll.
13 lines
379 B
Makefile
13 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/31 16:57:27 bsiegert Exp $
|
|
|
|
DISTNAME= mercenary-0.3.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=mercenary/}
|
|
COMMENT= Lightweight and flexible library for writing command-line apps
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|