mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
- Update WWW and clean up pkg-descr Changes: https://github.com/flori/protocol/commits/master
20 lines
401 B
Makefile
20 lines
401 B
Makefile
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>
|