mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
27 lines
705 B
Makefile
27 lines
705 B
Makefile
PORTNAME= ruby_smb
|
|
PORTVERSION= 2.0.11
|
|
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-openssl-ccm>=0:security/rubygem-openssl-ccm \
|
|
rubygem-openssl-cmac>=0:security/rubygem-openssl-cmac \
|
|
rubygem-rubyntlm>=0:net/rubygem-rubyntlm \
|
|
rubygem-windows_error>=0:devel/rubygem-windows_error
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
SHEBANG_FILES= examples/delete_file.rb \
|
|
examples/net_share_enum_all.rb \
|
|
examples/pipes.rb \
|
|
examples/rename_file.rb
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|