blob: dfd64f7c1ecfc1a5a23560b6a380de2171ef3eed (
plain) (
blame)
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
26
|
PORTNAME= opensmtpd-table-sqlite
DISTVERSION= 1.0.1
CATEGORIES= mail
PATCH_SITES= https://github.com/OpenSMTPD/table-sqlite/commit/
PATCHFILES= f3c46da1cbbb2a9d32cd9b4cf31e9fdb5b941a16.patch:-p1
MAINTAINER= gahr@FreeBSD.org
COMMENT= SQLite table for OpenSMTPD
WWW= https://github.com/opensmtpd/table-sqlite
LICENSE= ISCL
USES= autoreconf localbase sqlite
GNU_CONFIGURE= yes
PATCH_ARGS= -p1
USE_GITHUB= yes
GH_ACCOUNT= opensmtpd
GH_PROJECT= table-sqlite
PLIST_FILES= libexec/smtpd/table-sqlite \
share/man/man5/table-sqlite.5.gz
.include <bsd.port.mk>
|