diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-02 03:33:33 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-02 03:33:33 +0800 |
commit | 9c18b446fbcde2ebb29a3af437df5fa61f29ef3f (patch) | |
tree | 5f8ff7182dccd7c63066ac162fd3755abd27a9e3 /databases | |
parent | 3a1c3c20efb2fce1a349a174fc81e37a01260a54 (diff) | |
download | freebsd-ports-gnome-9c18b446fbcde2ebb29a3af437df5fa61f29ef3f.tar.gz freebsd-ports-gnome-9c18b446fbcde2ebb29a3af437df5fa61f29ef3f.tar.zst freebsd-ports-gnome-9c18b446fbcde2ebb29a3af437df5fa61f29ef3f.zip |
- Deprecate
- Set one week for EXPIRATION_DATE
Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer, via private
mail)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cyrus-smlacapd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/cyrus-smlacapd/Makefile b/databases/cyrus-smlacapd/Makefile index e25262eaf7b2..ad1fc0c38fe8 100644 --- a/databases/cyrus-smlacapd/Makefile +++ b/databases/cyrus-smlacapd/Makefile @@ -18,6 +18,9 @@ COMMENT= The cyrus ACAP (Application Configuration Access Protocol) server LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl BUILD_DEPENDS= sml:${PORTSDIR}/lang/sml-nj +DEPRECATED= this software is obsolete +EXPIRATION_DATE= 2007-04-07 + GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-sasldir=${LOCALBASE}/lib |