aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-protocol/Makefile
blob: 05c10aee1a12201970ce9ea282af261af53839ed (plain) (tree)
1
2
3
4
5
6




                                                  
                 








                                                 

                                                                  




                      
# 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>