forked from Lainports/opnsense-ports
21 lines
317 B
Makefile
21 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|