aboutsummaryrefslogtreecommitdiff
path: root/textproc/xshape/Makefile
blob: e6f171634ec7db97742160548774b0112d4b5c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	xshape
DISTVERSIONPREFIX=	v
DISTVERSION=	0.5.2
PORTREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Reshape tabular data without changing any value
WWW=		https://excelano.com/xshape/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	excelano

PLIST_FILES=	bin/xshape

.include <bsd.port.mk>