opnsense-ports/devel/rubygem-protocol/Makefile
Franco Fichtner 2089c26fee */*: sync with upstream
Taken from: HardenedBSD
2017-07-13 20:07:16 +02:00

22 lines
414 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= protocol
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Method Protocols for Ruby Classes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-ruby_parser>=3.0:devel/rubygem-ruby_parser
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>