diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-01 10:55:35 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-01 10:55:35 +0000 |
commit | e249218aeeb55dd05b37e45235c9e1a44aff7c71 (patch) | |
tree | 49ff1efac7092969f4c97838e12b5f1e51076758 | |
parent | f39a50d8ef324660c051ef3d04b58fd9e46ddc21 (diff) | |
download | freebsd-ports-e249218aeeb55dd05b37e45235c9e1a44aff7c71.zip |
- Mark deprecated and set expiration date at +1 month:
Crypt-OpenPGP was abandoned in 2002, use security/gnupg instead
Discussed with: erwin (maintainer)
Approved by: krion (mentor)
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index fc2a320daac3..def68f195bf5 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -30,9 +30,11 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cr ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww - RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Crypt-OpenPGP was abandoned in 2002, use security/gnupg instead +EXPIRATION_DATE=2006-07-01 + PERL_CONFIGURE= yes MAN3= Crypt::OpenPGP::ErrorHandler.3 Crypt::OpenPGP::Key.3 \ |