aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-postgresql
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-16 01:37:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-16 01:37:52 +0000
commitbdb16346cfcea06e4f4d3a30ac43131337eb3de7 (patch)
treebd2d355c19d906910c23398176518f603e15153a /mail/opensmtpd-extras-table-postgresql
parent8d7d0b0a8d6f5ec7e05f9f45d621c6fbb3d5b76c (diff)
downloadports-bdb16346cfcea06e4f4d3a30ac43131337eb3de7.tar.gz
ports-bdb16346cfcea06e4f4d3a30ac43131337eb3de7.zip
Split opensmtpd-extras into a bunch of slave ports. Right now -extras
only has the table stuff, but there are many more pieces. Having the default package install postgresql, redis, and mysql when all you wanted was passwd support, is overkill. Ports for filters will come soon. The -extras port retains its OPTIONS (and still installs everything possible, so there's no disruption for current users). Approved by: gahr (maintainer)
Notes
Notes: svn path=/head/; revision=413409
Diffstat (limited to 'mail/opensmtpd-extras-table-postgresql')
-rw-r--r--mail/opensmtpd-extras-table-postgresql/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-table-postgresql/Makefile b/mail/opensmtpd-extras-table-postgresql/Makefile
new file mode 100644
index 000000000000..f9374a86d215
--- /dev/null
+++ b/mail/opensmtpd-extras-table-postgresql/Makefile
@@ -0,0 +1,17 @@
+# Created by: gahr
+# $FreeBSD$
+
+PKGNAMESUFFIX= -table-postgresql
+
+COMMENT= PostgreSQL table support for opensmtpd
+
+PLIST_FILES= libexec/opensmtpd/table-postgres
+
+CONFIGURE_ARGS= --with-table-postgres
+
+USES= pgsql
+
+MASTERDIR= ${.CURDIR}/../opensmtpd-extras
+SLAVE_PORT= yes
+
+.include "${MASTERDIR}/Makefile"