freebsd-ports/devel/rubygem-protocol/Makefile
Sunpoet Po-Chuan Hsieh bf92f0d640 Add rubygem-protocol 1.0.1
This library offers an implementation of protocols against which you can check
the conformity of your classes or instances of your classes. They are a bit like
Java Interfaces, but as mixin modules they can also contain already implemented
methods. Additionally you can define preconditions/postconditions for methods
specified in a protocol.

WWW: http://flori.github.io/protocol/
WWW: https://github.com/flori/protocol
2017-07-05 23:53:43 +00:00

19 lines
333 B
Makefile

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