freebsd-ports/mail/libsieve/Makefile
2020-03-11 08:21:40 +00:00

24 lines
433 B
Makefile

# Created by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
# $FreeBSD$
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
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>