blob: a57e60f2cd9643ea3263580f29d4b61da10c3299 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= protocol
PORTVERSION= 2.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Method Protocols for Ruby Classes
WWW= https://flori.github.io/protocol/ \
https://github.com/flori/protocol
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-ruby_parser>=3.0<4:devel/rubygem-ruby_parser
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|