pkgsrc/mail/postsrsd/Makefile
wiz 8ce6a0e193 Import postsrsd-1.4 as mail/postsrsd.
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based
lookup tables for Postfix. SRS is needed if your mail server acts
as forwarder.
2016-02-25 15:29:15 +00:00

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"