21 lines
364 B
Makefile
21 lines
364 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
|
|
PORTNAME= uncle
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@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>
|