blob: c3ec379121d9e4595fe2599bf005a5bf055cf002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.20 2022/06/28 11:34:19 wiz Exp $
DISTNAME= courier-analog-0.16
PKGREVISION= 10
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.courier-mta.org/
COMMENT= Courier log analyzer
LICENSE= gnu-gpl-v3
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../mk/bsd.pkg.mk"
|