summaryrefslogtreecommitdiff
path: root/devel/rubygem-algorithms/Makefile
blob: a27665616811c70eb0f60e352777d80fe63063e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	algorithms
PORTVERSION=	1.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby algorithms and data structures

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>