diff options
Diffstat (limited to 'security/digest/Makefile')
-rw-r--r-- | security/digest/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile deleted file mode 100644 index 1f4878872c0d..000000000000 --- a/security/digest/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -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> |