diff options
-rw-r--r-- | devel/p5-Penguin/Makefile | 3 | ||||
-rw-r--r-- | mail/pgpsendmail/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-PGPSimple/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Penguin/Makefile b/devel/p5-Penguin/Makefile index 8e352fe92e8b..55237e8f8051 100644 --- a/devel/p5-Penguin/Makefile +++ b/devel/p5-Penguin/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Framework for passing digitally signed perl5 code between machines +DEPRECATED= Depends on expired security/pgp +EXPIRATION_DATE=20170601 + RUN_DEPENDS= pgp:security/pgp USES= perl5 diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 0bd04f6d462e..147573aedd77 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -11,6 +11,9 @@ DISTNAME= PGPsendmail-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PGP sign/encrypt/decrypt messages automatically +DEPRECATED= Depends on expired security/pgp +EXPIRATION_DATE=20170601 + LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile index fc17588793b7..28fb2036da91 100644 --- a/security/p5-Crypt-PGPSimple/Makefile +++ b/security/p5-Crypt-PGPSimple/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP +DEPRECATED= Depends on expired security/pgp +EXPIRATION_DATE=20170601 + LICENSE= ART10 GPLv1 LICENSE_COMB= dual |