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

19 lines
304 B
Makefile

PORTNAME= beefcake
DISTVERSION= 1.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= dch@FreeBSD.org
COMMENT= Protocol Buffers library in pure Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/protoc-gen-beefcake
.include <bsd.port.mk>