pkgsrc/misc/ruby-windows_error/Makefile
minskim db747e7aa1 misc/ruby-windows_error: Import version 0.1.2
The WindowsError gem provides an easily accessible reference for
standard Windows API Error Codes. It allows you to do comparisons as
well as direct lookups of error codes to translate the numerical value
returned by the API, into a meaningful and human readable message.
2017-10-03 17:03:30 +00:00

14 lines
357 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/10/03 17:03:30 minskim Exp $
DISTNAME= windows_error-0.1.2
CATEGORIES= misc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/windows_error
COMMENT= Reference for standard Windows API error codes
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"