diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-01 06:23:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-01 06:23:08 +0800 |
commit | 1577edf8b6608ebacedc579fab15227e5dfbb427 (patch) | |
tree | c020e999024c98ca8df80c74878cfccc1244e415 /mail | |
parent | 21af7547d2456d54c7d5955f2b6ffe79fb4419c7 (diff) | |
download | freebsd-ports-gnome-1577edf8b6608ebacedc579fab15227e5dfbb427.tar.gz freebsd-ports-gnome-1577edf8b6608ebacedc579fab15227e5dfbb427.tar.zst freebsd-ports-gnome-1577edf8b6608ebacedc579fab15227e5dfbb427.zip |
Extend EXPIRATION_DATE to 2018-01-31
- Add comment
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-SMTP-SSL/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile index da6668699d46..037e8884da42 100644 --- a/mail/p5-Net-SMTP-SSL/Makefile +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -12,12 +12,13 @@ COMMENT= SSL support for Net::SMTP LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +# devel/bugzilla{44,50} still depend on this port +DEPRECATED= Deprecated by upstream, use Net::SMTP instead +EXPIRATION_DATE=2018-01-31 + BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -DEPRECATED= Deprecated by upstream, use Net::SMTP instead -EXPIRATION_DATE=2017-03-31 - NO_ARCH= yes USE_PERL5= configure USES= perl5 |