17 lines
347 B
Makefile
17 lines
347 B
Makefile
PORTNAME= windows_error
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Provides a way to look up Windows NTSTATUS and Win32 Error Codes
|
|
WWW= https://github.com/rapid7/windows_error
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|