blob: 2c206997fa2e3e5115e70c166225b4524b67b31b (
plain)
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
|
# Created by: trevor
# $FreeBSD$
PORTNAME?= digest
PORTVERSION?= 20050323
PORTREVISION= 1
CATEGORIES?= security sysutils
MASTER_SITES?= NETBSD/../../misc/digest
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Message digest wrapper utility
CONFLICTS?= emboss-[0-9]* qmail-ldap2-*
GNU_CONFIGURE= yes
PLIST_FILES?= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.pre.mk>
test: build
@${ECHO_MSG} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} DIGESTCMD=${PORTNAME} ${SH} ./regress.sh
@${ECHO_MSG} "All tests completed"
.include <bsd.port.post.mk>
|