- 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)
23 lines
377 B
Makefile
23 lines
377 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uncle
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Convert UCL config file to desired format
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libucl.so:textproc/libucl
|
|
|
|
USE_CSTD= c99
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MagikBSD
|
|
|
|
PLIST_FILES= bin/uncle
|
|
|
|
.include <bsd.port.mk>
|