pkgsrc/devel/ruby-facade/Makefile
taca 9268e4c5bf devel/ruby-facade: update to 1.1.0
== 1.1.0 - 28-Jan-2019
* License switched to Apache-2.0.
* The FACADE_VERSION constant is now frozen.
* Added some metadata to the gemspec.
* Updated the cert, should be good for about 10 years.
2019-02-03 14:32:09 +00:00

12 lines
323 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/02/03 14:32:09 taca Exp $
DISTNAME= facade-1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/djberg96/facade
COMMENT= Module that helps implement the facade pattern
LICENSE= apache-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"