mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
16 lines
356 B
Makefile
16 lines
356 B
Makefile
PORTNAME= sysconftool
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Helps to install application configuration files
|
|
WWW= https://www.Courier-MTA.org/sysconftool/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= autoreconf perl5 tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|