ports/devel/rubygem-windows_error/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
315 B
Makefile

PORTNAME= windows_error
PORTVERSION= 0.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Provides a way to look up Windows NTSTATUS and Win32 Error Codes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>