freebsd-ports/security/tea-total/Makefile
Baptiste Daroussin 9d7a971e8a Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 21:30:59 +00:00

26 lines
624 B
Makefile

# Ports collection makefile for: tea-total
# Date created: Tue Dec 19, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= tea-total
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.alexholden.net/pub/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Extremely small 128 bit private key based encryption/decryption system
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
# code is not 64-bit clean...
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
MAN1= teatotal.1 tea.1 untea.1 tea-kgen.1
.include <bsd.port.mk>