aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncle/Makefile
blob: 9155667c14a1f22be8a661ebf09ce2227e9c3db8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>