blob: 49be1b4b7e24637a7ef851dd80d05a3aa55c306a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Anders Nordby <anders@fix.no>
# $FreeBSD$
PORTNAME= nbsmtp
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Simple program for outgoing SMTP delivery
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS+= --enable-ssl --enable-ipv6
MAN5= nbsmtprc.5
MAN8= nbsmtp.8
PLIST_FILES= bin/nbsmtp
.include <bsd.port.mk>
|