diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2016-06-06 12:18:16 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2016-06-06 12:18:16 +0000 |
commit | d4233dc6f92d9b1a98c2e3fd42f85968ce89d12e (patch) | |
tree | 636ebbb31befbc77f3966dbcea75316359c791b7 /mail/opensmtpd-extras-scheduler-ram | |
parent | 51453d4e17fb48d95d3c50d763823f5d8a0fddbe (diff) | |
download | freebsd-ports-d4233dc6f92d9b1a98c2e3fd42f85968ce89d12e.zip |
Install missing ready-to-use OpenSMTPD-extras components:
- filter-monkey
- table-ldap
- tools-stats
Also install experimental components (corresponding groups labelled as "experimental"):
- filter bindings to lua, perl and python languages
- queue and scheduler bindings to perl and python languages
Submitted by: myself
Reviewed by: gahr, adamw, miwi
Approved by: gahr, adamw, miwi (mentor, implicit)
Sponsored by: milk and cookies
Differential Revision: https://reviews.freebsd.org/D6084
Diffstat (limited to 'mail/opensmtpd-extras-scheduler-ram')
-rw-r--r-- | mail/opensmtpd-extras-scheduler-ram/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-scheduler-ram/Makefile b/mail/opensmtpd-extras-scheduler-ram/Makefile new file mode 100644 index 000000000000..4da666c2ef1b --- /dev/null +++ b/mail/opensmtpd-extras-scheduler-ram/Makefile @@ -0,0 +1,17 @@ +# Created by: fluffy +# $FreeBSD$ + +PKGNAMESUFFIX= -scheduler-ram +PORTREVISION= 0 + +COMMENT= RAM scheduler support for OpenSMTPD +MAINTAINER= fluffy@FreeBSD.org + +PLIST_FILES= libexec/opensmtpd/scheduler-ram + +CONFIGURE_ARGS+= --with-scheduler-ram + +MASTERDIR= ${.CURDIR}/../opensmtpd-extras +SLAVE_PORT= yes + +.include "${MASTERDIR}/Makefile" |