mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
8bf23c2df5
Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uncle
|
|
PORTVERSION= 0.2
|
|
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>
|