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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Highly flexible hexdump implementation
WWW=		https://github.com/zed-0xff/zhexdump

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>