bdd976c5bc
Changes: https://github.com/flori/protocol/blob/master/CHANGES https://github.com/flori/protocol/commits/master
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= protocol
|
|
PORTVERSION= 2.0.0
|
|
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<4:devel/rubygem-ruby_parser
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|