forked from Lainports/freebsd-ports
- Bump revision of consumers for shared library change - Pet portlint and reorder some variables - Mark the SIGNATURES option as broken with OpenSSL 1.1.1. It has been broken for a while even with libucl 0.8.0. Changes: https://github.com/vstakhov/libucl/blob/0.8.1/ChangeLog.md#libucl-081 PR: 233383 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Approved by: koobs (maintainer timeout, 4 months)
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= uclcmd
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 3
|
|
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>
|