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-queue-ram | |
parent | 51453d4e17fb48d95d3c50d763823f5d8a0fddbe (diff) | |
download | ports-d4233dc6f92d9b1a98c2e3fd42f85968ce89d12e.tar.gz ports-d4233dc6f92d9b1a98c2e3fd42f85968ce89d12e.zip |
Notes
Diffstat (limited to 'mail/opensmtpd-extras-queue-ram')
-rw-r--r-- | mail/opensmtpd-extras-queue-ram/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-queue-ram/Makefile b/mail/opensmtpd-extras-queue-ram/Makefile new file mode 100644 index 000000000000..b3dd7f05a894 --- /dev/null +++ b/mail/opensmtpd-extras-queue-ram/Makefile @@ -0,0 +1,17 @@ +# Created by: fluffy +# $FreeBSD$ + +PKGNAMESUFFIX= -queue-ram +PORTREVISION= 0 + +COMMENT= RAM queue support for OpenSMTPD +MAINTAINER= fluffy@FreeBSD.org + +PLIST_FILES= libexec/opensmtpd/queue-ram + +CONFIGURE_ARGS+= --with-queue-ram + +MASTERDIR= ${.CURDIR}/../opensmtpd-extras +SLAVE_PORT= yes + +.include "${MASTERDIR}/Makefile" |