8ce6a0e193
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix. SRS is needed if your mail server acts as forwarder.
14 lines
344 B
Makefile
14 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/02/25 15:29:15 wiz Exp $
|
|
|
|
DISTNAME= postsrsd-1.4
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=roehling/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/roehling/postsrsd
|
|
COMMENT= Postfix Sender Rewriting Scheme daemon
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|