mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
537 B
Makefile
26 lines
537 B
Makefile
COMMENT= Postfix log entry summarizer
|
|
|
|
# production releases are typically .0, others are beta
|
|
DISTNAME= pflogsumm-1.2.0
|
|
CATEGORIES= mail
|
|
|
|
SITES= https://athena.linxnet.com/downloads/
|
|
|
|
HOMEPAGE= https://athena.linxnet.com/postfix_contrib.html
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Date-Calc>=5.3 \
|
|
devel/p5-Config-Simple
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; \
|
|
${INSTALL_SCRIPT} pflogsumm pffrombyto pftobyfrom ${PREFIX}/bin/; \
|
|
${INSTALL_MAN} *.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|