freebsd-ports/security/vulnerability-test-port/Makefile
Oliver Eikemeier 1a30c92355 disable on bento because the dynamical
port version triggers a consistency check.
2004-05-11 01:27:53 +00:00

35 lines
846 B
Makefile

# 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= eik@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>