diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 01:37:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 01:37:52 +0000 |
commit | bdb16346cfcea06e4f4d3a30ac43131337eb3de7 (patch) | |
tree | bd2d355c19d906910c23398176518f603e15153a /mail/opensmtpd-extras-table-sqlite | |
parent | 8d7d0b0a8d6f5ec7e05f9f45d621c6fbb3d5b76c (diff) |
Notes
Diffstat (limited to 'mail/opensmtpd-extras-table-sqlite')
-rw-r--r-- | mail/opensmtpd-extras-table-sqlite/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-table-sqlite/Makefile b/mail/opensmtpd-extras-table-sqlite/Makefile new file mode 100644 index 000000000000..302af3ef3597 --- /dev/null +++ b/mail/opensmtpd-extras-table-sqlite/Makefile @@ -0,0 +1,18 @@ +# Created by: gahr +# $FreeBSD$ + +PKGNAMESUFFIX= -table-sqlite + +COMMENT= SQLite table support for opensmtpd + +PLIST_FILES= libexec/opensmtpd/table-sqlite \ + man/man5/table-sqlite.5.gz + +CONFIGURE_ARGS= --with-table-sqlite + +USES= sqlite + +MASTERDIR= ${.CURDIR}/../opensmtpd-extras +SLAVE_PORT= yes + +.include "${MASTERDIR}/Makefile" |