1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/courier-analog/Makefile
Li-Wen Hsu e6d99a420e Add mail/courier-analog, Courier log analyzer
PR:		246282
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2020-07-01 08:51:09 +00:00

23 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= courier-analog
PORTVERSION= 0.17
CATEGORIES= mail
MASTER_SITES= SF/courier/analog/${PORTVERSION}
MAINTAINER= hsn@sendmail.cz
COMMENT= Courier log analyzer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
RUN_DEPENDS= p5-Getopt-Long>0:devel/p5-Getopt-Long
USES= tar:bz2 autoreconf perl5
GNU_CONFIGURE= yes
PLIST_FILES= bin/courier-analog \
man/man8/courier-analog.8.gz
.include <bsd.port.mk>