aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-algorithms/Makefile
blob: 562012519d55ade260754f6e7502eba0f41b9680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	algorithms
PORTVERSION=	1.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby algorithms and data structures
WWW=		https://github.com/kanwei/algorithms

LICENSE=	MIT

USES=		gem

.include <bsd.port.mk>