19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|