aboutsummaryrefslogtreecommitdiff
path: root/mail/libsieve/Makefile
blob: b51eef26eacfd7458892265efe5552467480e490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libsieve
PORTVERSION=	2.3.1
PORTREVISION=	2
CATEGORIES=	mail
MASTER_SITES=	GHC

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for parsing, sorting, and filtering mail
WWW=		http://sodabrew.com/libsieve/

LICENSE=	LGPL21

USE_GITHUB=	yes
GH_ACCOUNT=	sodabrew

USES=		bison:alias gmake libtool pathfix
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

.include <bsd.port.mk>