diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-01 16:22:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-01 16:22:09 +0800 |
commit | f66d7ddbdaf64259e33d5ad7a068f521929ac52d (patch) | |
tree | 17c85382b35f560205c46486340791de525bacb7 /mail/pecl-esmtp | |
parent | 6f389f8d6d483bb8bf1f0361b91871aebbe6c469 (diff) | |
download | freebsd-ports-gnome-f66d7ddbdaf64259e33d5ad7a068f521929ac52d.tar.gz freebsd-ports-gnome-f66d7ddbdaf64259e33d5ad7a068f521929ac52d.tar.zst freebsd-ports-gnome-f66d7ddbdaf64259e33d5ad7a068f521929ac52d.zip |
Chase php 5.5 expiration date
Diffstat (limited to 'mail/pecl-esmtp')
-rw-r--r-- | mail/pecl-esmtp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index 57231313c7d5..ca8804f6a770 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL ESMTP client extension +DEPRECATED= Works only with EOL php 5.5 +EXPIRATION_DATE= 2016-10-20 + LICENSE= PHP30 LIB_DEPENDS= libesmtp.so:mail/libesmtp |