blob: 84e7403a4f019d5bb418049d0a5e07b89a1974e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.15 2018/08/22 09:45:23 wiz Exp $
DISTNAME= courier-analog-0.16
PKGREVISION= 6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"
|