mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/mfmod_pcre: new port had been added (+)
Loadable module for mailfromd which adds Perl-compatible regular expressions to the mail filtering language (MFL). Requested by: maintainer
This commit is contained in:
parent
2a2f2cb31d
commit
61f8384677
4 changed files with 37 additions and 0 deletions
|
@ -227,6 +227,7 @@
|
|||
SUBDIR += mew
|
||||
SUBDIR += mew-devel
|
||||
SUBDIR += mfmod_ldap
|
||||
SUBDIR += mfmod_pcre
|
||||
SUBDIR += milter-bogom
|
||||
SUBDIR += milter-callback
|
||||
SUBDIR += milter-greylist
|
||||
|
|
31
mail/mfmod_pcre/Makefile
Normal file
31
mail/mfmod_pcre/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
PORTNAME= mfmod_pcre
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
|
||||
http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
|
||||
|
||||
MAINTAINER= zeus@gnu.org.ua
|
||||
COMMENT= PCRE support loadable module for mailfromd
|
||||
WWW= https://puszcza.gnu.org.ua/projects/mfmod_pcre/
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/mailfromd/mfmod.h:mail/mailfromd
|
||||
LIB_DEPENDS= libmailutils.so:mail/mailutils libpcre2-8.so:devel/pcre2
|
||||
|
||||
USES= libtool localbase
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
INFO= ${PORTNAME}
|
||||
PLIST_FILES= lib/mailfromd/mfmod_pcre.so share/mailfromd/pcre.mfl
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/mfmod_pcre/distinfo
Normal file
3
mail/mfmod_pcre/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1687980003
|
||||
SHA256 (mfmod_pcre-1.1.1.tar.gz) = fc4bfeffc891c128fd33f33a4f19f89ddaaebb56e0ce030336f148a57366fd5a
|
||||
SIZE (mfmod_pcre-1.1.1.tar.gz) = 510963
|
2
mail/mfmod_pcre/pkg-descr
Normal file
2
mail/mfmod_pcre/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package is a loadable module for mailfromd which adds Perl-
|
||||
compatible regular expressions to the mail filtering language (MFL).
|
Loading…
Add table
Reference in a new issue