aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncle/Makefile
blob: adbed4dc3fea0208399acbd7b4afa40a2d8b3d78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

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>