freebsd-ports/devel/uclcmd/Makefile
Jochen Neumeister 4f68d0d448 - devel/uclcmd: Update to last master
PR:		219660
Reported by:	xmj
Approved by:	allanjude (maintainer) miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11215
2017-06-17 10:58:29 +00:00

26 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= uclcmd
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= allanjude@FreeBSD.org
COMMENT= Command line tool for working with UCL config files
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libucl.so:textproc/libucl
USE_GITHUB= yes
GH_ACCOUNT= allanjude
GH_TAGNAME= da1ac0f
USES= pkgconfig
PLIST_FILES= bin/uclcmd
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>