diff options
author | sbz <sbz@FreeBSD.org> | 2013-06-11 09:24:17 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2013-06-11 09:24:17 +0800 |
commit | 47bc06aa403056e18e7f52d54e887dfaca6bfc54 (patch) | |
tree | 4f8cf01c14dc549ceba89b9ae55269d21538ea45 | |
parent | d7649be13643c4898cac99a1cf360e1f4d48818c (diff) | |
download | freebsd-ports-gnome-47bc06aa403056e18e7f52d54e887dfaca6bfc54.tar.gz freebsd-ports-gnome-47bc06aa403056e18e7f52d54e887dfaca6bfc54.tar.zst freebsd-ports-gnome-47bc06aa403056e18e7f52d54e887dfaca6bfc54.zip |
- Mark DEPRECATED by security/py-cracklib after r320515 commit
-rw-r--r-- | security/py-crack/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index 95758b1a51fe..e1d3b6945174 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-crack -# Date created: 2005-07-17 -# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru> -# +# Created by:Vsevolod Stakhov <vsevolod@highsecure.ru> # $FreeBSD$ -# PORTNAME= pycrack PORTVERSION= 0.5.1 @@ -17,6 +13,9 @@ DISTNAME= python-crack-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Python bindings to cracklib +DEPRECATED= Superseded by security/py-cracklib +EXPIRATION_DATE= 2013-07-11 + BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib USE_PYTHON= yes |