summaryrefslogtreecommitdiff
path: root/devel/sysconftool/Makefile
blob: 9867bee0f3181d35662b63dd03c9d4f4e4dace08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$

PORTNAME=	sysconftool
PORTVERSION=	0.18
CATEGORIES=	devel
MASTER_SITES=	SF/courier/${PORTNAME}/${PORTVERSION}

MAINTAINER=	garga@FreeBSD.org
COMMENT=	Helps to install application configuration files

LICENSE=	GPLv3

USES=		autoreconf perl5 tar:bzip2
GNU_CONFIGURE=	yes

.include <bsd.port.mk>