aboutsummaryrefslogtreecommitdiffstats
path: root/security/tthsum/Makefile
blob: 72a638f7db68ccb564875f9de3551dd7060f36da (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
24
25
26
27
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=   tthsum
PORTVERSION=    1.3.1
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://tthsum.devs.nu/pkg/ \
        CRITICAL

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Command-line utility for generating and checking TTH message digests

LICENSE=    GPLv3

CONFLICTS=  microdc2-[0-9]*

USES=       gmake
MANCOMPRESSED=  yes

MAN1=       tthsum.1
PLIST_FILES=    bin/tthsum

regression-test: build
    @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest

.include <bsd.port.mk>