diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 10:07:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-21 10:07:33 +0000 |
commit | a3bd44a9140c89e84c8b6a10cf060fdaa31d13f5 (patch) | |
tree | 017f7e23412634a43da6ae1778ea55bf0d9b5278 /security/its4 | |
parent | 27d387cfe9a33a1c07ccb2efbea478ae57b5e709 (diff) |
Notes
Diffstat (limited to 'security/its4')
-rw-r--r-- | security/its4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile index 1150d77bb6e1..7567e0869240 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool to scan C/C++ source for potential vulnerabilities +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |