aboutsummaryrefslogtreecommitdiffstats
path: root/devel/uclcmd/Makefile
blob: 2f9108ecaced9997aae3eb8b83372ac11e9f117c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	uclcmd
DISTVERSIONPREFIX=	v
DISTVERSION=	0.2.20211204
CATEGORIES=	devel

MAINTAINER=	allanjude@FreeBSD.org
COMMENT=	Command line tool for working with UCL config files
WWW=		https://github.com/allanjude/uclcmd/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libucl.so:textproc/libucl

USES=		pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	allanjude

PLIST_FILES=	bin/uclcmd

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>