- Support USE_GITHUB
- Support pathfix USES macro - Fix pkg-plist - Bump PORTREV PR: 187768 Submitted by: ports fury
This commit is contained in:
parent
56bec921c2
commit
eaef037376
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352220
@ -3,17 +3,22 @@
|
||||
|
||||
PORTNAME= libsieve
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://cloud.github.com/downloads/sodabrew/libsieve/
|
||||
MASTER_SITES= GHC
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for parsing, sorting, and filtering mail
|
||||
|
||||
LICENSE=LGPL21
|
||||
LICENSE= LGPL21
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sodabrew
|
||||
|
||||
USES= bison gmake pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
USES= bison gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
libSieve provides a library to interpret Sieve scripts, and to execute those
|
||||
scripts over a given set of messages. The return codes from the libSieve
|
||||
functions let your program know how to handle the message, and then it's up to
|
||||
you to make it so. libSieve makes no attempt to have knowledge of how SMTP,
|
||||
IMAP, or anything else work; just how to parse and deal with a buffer full of
|
||||
emails. The rest is up to you!
|
||||
libSieve provides a library to interpret Sieve scripts, and to execute
|
||||
those scripts over a given set of messages. The return codes from the
|
||||
libSieve functions let your program know how to handle the message, and
|
||||
then it's up to you to make it so. libSieve makes no attempt to have
|
||||
knowledge of how SMTP, IMAP, or anything else work; just how to parse
|
||||
and deal with a buffer full of emails. The rest is up to you!
|
||||
|
||||
WWW: http://sodabrew.com/libsieve/
|
||||
|
@ -3,10 +3,4 @@ include/sieve2_error.h
|
||||
lib/libsieve.la
|
||||
lib/libsieve.so
|
||||
lib/libsieve.so.1
|
||||
lib/pkgconfig/libsieve.pc
|
||||
share/licenses/libsieve-2.3.1/LGPL21
|
||||
share/licenses/libsieve-2.3.1/LICENSE
|
||||
share/licenses/libsieve-2.3.1/catalog.mk
|
||||
@dirrm share/licenses/libsieve-2.3.1
|
||||
@dirrmtry share/licenses
|
||||
@dirrmtry lib/pkgconfig
|
||||
libdata/pkgconfig/libsieve.pc
|
||||
|
Loading…
Reference in New Issue
Block a user