mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
16 lines
333 B
Makefile
16 lines
333 B
Makefile
# Created by: Yarema <yds@CoolRat.org>
|
|
|
|
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>
|