aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-e2mmap/Makefile
blob: e14e2d9181419620e83cc64e96cf458d061fc9ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	e2mmap
PORTVERSION=	0.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Module for defining custom exceptions with specific messages
WWW=		https://github.com/ruby/e2mmap

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>