diff options
author | markm <markm@FreeBSD.org> | 2003-10-14 07:07:06 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-10-14 07:07:06 +0800 |
commit | 02a7ef93a476c40b48ff9a46aecc23447059ac5d (patch) | |
tree | e7b72caa6aa61348f3b3ec9e33bba9ca1fd98ec5 /security | |
parent | 3c1e50f061769895ec00143397aa49bf827ea121 (diff) | |
download | freebsd-ports-gnome-02a7ef93a476c40b48ff9a46aecc23447059ac5d.tar.gz freebsd-ports-gnome-02a7ef93a476c40b48ff9a46aecc23447059ac5d.tar.zst freebsd-ports-gnome-02a7ef93a476c40b48ff9a46aecc23447059ac5d.zip |
Begin de-orbit burn for some really old code.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 8f6ad483179e..7744b7859a37 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.org COMMENT= Public-Key encryption for the masses +# Begin de-orbit burn +BROKEN= "Old and unmaintained" + WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes USE_PERL5= yes |