aboutsummaryrefslogtreecommitdiffstats
path: root/security/tea-total/Makefile
blob: 4bdcb869f9a3ac67781f6591878e84ca8d483089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

#   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>