mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruby_smb
|
|
PORTVERSION= 0.0.18
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Message creator and parser for the SMB protocol family
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-bindata>=0:devel/rubygem-bindata \
|
|
rubygem-rubyntlm>=0:net/rubygem-rubyntlm \
|
|
rubygem-windows_error>=0:devel/rubygem-windows_error
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|