diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-12-30 21:50:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-12-30 21:50:14 +0800 |
commit | ad2cc45a26f36a7f6655d60b016bee9a8f942e40 (patch) | |
tree | f576f69b969cc37775af7b166deead52ed3e64c2 /security | |
parent | 1f488b209bbe666db9445834cedcf3c187c0a48f (diff) | |
download | freebsd-ports-gnome-ad2cc45a26f36a7f6655d60b016bee9a8f942e40.tar.gz freebsd-ports-gnome-ad2cc45a26f36a7f6655d60b016bee9a8f942e40.tar.zst freebsd-ports-gnome-ad2cc45a26f36a7f6655d60b016bee9a8f942e40.zip |
- retire this port
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-stable/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/openssl-stable/Makefile b/security/openssl-stable/Makefile deleted file mode 100644 index 0f5ec5b351ea..000000000000 --- a/security/openssl-stable/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: OpenSSL-stable -# Date created: 04.Okt 2005 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -CATEGORIES= security devel - -MAINTAINER= dinoex@FreeBSD.org - -MASTERDIR?= ${.CURDIR}/../openssl -WITH_OPENSSL_STABLE= yes - -DEPRICATED= OpenSSSL 0.9.8 is out -EXPIRATION_DATE=2008-11-01 - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |