diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-02 06:03:58 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-02 06:03:58 +0800 |
commit | 482b6f87b28382ffdf72c6889ed6765d9c414387 (patch) | |
tree | 4cd273bd7a0bf7b59dd6154267fccd41454ae106 /security | |
parent | 40085871973846b59358caa3c1b464974ac3e321 (diff) | |
download | freebsd-ports-gnome-482b6f87b28382ffdf72c6889ed6765d9c414387.tar.gz freebsd-ports-gnome-482b6f87b28382ffdf72c6889ed6765d9c414387.tar.zst freebsd-ports-gnome-482b6f87b28382ffdf72c6889ed6765d9c414387.zip |
Add a comment indicating what ports depend on these 2
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA256/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Digest-SHA256/Makefile b/security/p5-Digest-SHA256/Makefile index 8ccb9f415182..02130c73ce0d 100644 --- a/security/p5-Digest-SHA256/Makefile +++ b/security/p5-Digest-SHA256/Makefile @@ -19,8 +19,8 @@ DISTNAME= SHA256-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 interface to the SHA256 algorithm +# Depended on by mail/rspamd DEPRECATED= use the builtin Digest::SHA instead -EXPIRATION_DATE= 2011-10-27 WRKSRC= ${WRKDIR}/SHA256-0.01 PERL_CONFIGURE= yes |