aboutsummaryrefslogtreecommitdiff
path: root/mail/spmfilter
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-05-16 12:13:17 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-05-16 12:13:17 +0000
commit8c205121f0b933e4bf1e8169dce195686cd87b87 (patch)
treea77c6ac0d54aaf0dfa7501b38894ea4c1636d0d2 /mail/spmfilter
parent463d7e2388b4aabd21f1d672e2911b0895bad018 (diff)
downloadports-8c205121f0b933e4bf1e8169dce195686cd87b87.tar.gz
ports-8c205121f0b933e4bf1e8169dce195686cd87b87.zip
Pass maintainership to Axel Steiner <ast@treibsand.com>
PR: ports/178682: Submitted by: Frank Wall <fw@moov.de> (current maintainer)
Notes
Notes: svn path=/head/; revision=318310
Diffstat (limited to 'mail/spmfilter')
-rw-r--r--mail/spmfilter/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile
index 9966f0e53a05..07eff4ac265f 100644
--- a/mail/spmfilter/Makefile
+++ b/mail/spmfilter/Makefile
@@ -1,4 +1,3 @@
-# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
PORTNAME= spmfilter
@@ -7,9 +6,11 @@ PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.${PORTNAME}.org/attachments/download/60/
-MAINTAINER= fw@moov.de
+MAINTAINER= ast@treibsand.com
COMMENT= Spmfilter is a high-performance mail filtering framework, written in C
+LICENSE= LGPL3
+
BUILD_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \
libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
glib>=2.14:${PORTSDIR}/devel/glib20
@@ -18,8 +19,6 @@ RUN_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \
libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
glib>=2.14:${PORTSDIR}/devel/glib20
-LICENSE= LGPL3
-
USES= cmake pkgconfig
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"