32525df6ee
## 1.2.1 - 10-Oct-2020 * Remove the old test file and directory, oops. Thanks go to Michael Crusoe for the spot. ## 1.2.0 - 30-Sep-2020 * Switched from test-unit to rspec, and added a Gemfile. * Use markdown for text files.
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/01/10 14:47:38 taca Exp $
|
|
|
|
DISTNAME= facade-1.2.1
|
|
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"
|