opnsense-ports/security/digest/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

26 lines
585 B
Makefile

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