mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
19 lines
296 B
Makefile
19 lines
296 B
Makefile
PORTNAME= spamcheck
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Auto-generated gRPC client for SpamCheck
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|