aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/vulnerability-test-port/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/vulnerability-test-port/Makefile')
-rw-r--r--ports-mgmt/vulnerability-test-port/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/ports-mgmt/vulnerability-test-port/Makefile b/ports-mgmt/vulnerability-test-port/Makefile
deleted file mode 100644
index 27642976798e..000000000000
--- a/ports-mgmt/vulnerability-test-port/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: vulnerability-test-port
-# Date created: 25 Jan 2004
-# Whom: Oliver Eikemeier
-#
-# $FreeBSD$
-#
-
-PORTNAME= vulnerability-test-port
-PORTVERSION= ${INSTALLATION_DATE}
-CATEGORIES= security
-DISTFILES=
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standard vulnerability test for port auditing systems
-
-NO_BUILD= yes
-
-.if defined(PARALLEL_PACKAGE_BUILD)
-IGNORE= is disabled on package building systems
-INSTALLATION_DATE= 2004.01.25
-.else
-.ifdef INSTALLATION_DATE
-MYDATE!= date -j -f "%Y.%m.%d" "${INSTALLATION_DATE}" "+%Y.%m.%d" 2>/dev/null
-.if ${MYDATE} != ${INSTALLATION_DATE}
-IGNORE= ": \`\`${INSTALLATION_DATE}\'\' is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD"
-.endif
-.else
-INSTALLATION_DATE!= date -u "+%Y.%m.%d"
-.endif
-.endif
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>