diff options
author | vd <vd@FreeBSD.org> | 2006-04-17 15:19:40 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-17 15:19:40 +0800 |
commit | a416edbca5fdd242e2c218d61ebeb68730ee0391 (patch) | |
tree | 55330c8984c20584bc7fed478d001676ab98a461 /security/nessus-libnasl-devel/Makefile | |
parent | 4a584b26d22023080529ebb76c240fdd2c48093e (diff) | |
download | freebsd-ports-gnome-a416edbca5fdd242e2c218d61ebeb68730ee0391.tar.gz freebsd-ports-gnome-a416edbca5fdd242e2c218d61ebeb68730ee0391.tar.zst freebsd-ports-gnome-a416edbca5fdd242e2c218d61ebeb68730ee0391.zip |
Remove expired ports:
2006-04-17 security/nessus-devel
2006-04-17 security/nessus-libnasl-devel
2006-04-17 security/nessus-libraries-devel
2006-04-17 security/nessus-plugins-devel
Diffstat (limited to 'security/nessus-libnasl-devel/Makefile')
-rw-r--r-- | security/nessus-libnasl-devel/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/security/nessus-libnasl-devel/Makefile b/security/nessus-libnasl-devel/Makefile deleted file mode 100644 index e36c0002edc6..000000000000 --- a/security/nessus-libnasl-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Ports collection makefile for: nessus-libnasl-devel -# Date created: 27 Oct 2001 -# Whom: Udo Schweigert <udo.schweigert@siemens.com> -# -# $FreeBSD$ -# - -PORTNAME= nessus-libnasl-devel -PORTVERSION= 2.3.1 -CATEGORIES= security -MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/experimental/nessus-${PORTVERSION}/src/ \ - ftp://ftp.gwdg.de/pub/linux/misc/nessus/experimental/nessus-${PORTVERSION}/src/ \ - http://ftp.gwdg.de/pub/linux/misc/nessus/experimental/nessus-${PORTVERSION}/src/ \ - ftp://sunsite.cnlab-switch.ch/mirror/nessus/experimental/nessus-${PORTVERSION}/src/ \ - ftp://ftp.ayamura.org/pub/nessus/experimental/nessus-${PORTVERSION}/src/ -DISTNAME= libnasl-${PORTVERSION} - -MAINTAINER= udo.schweigert@siemens.com -COMMENT= Nessus Attack Scripting Language - -DEPRECATED= Development version of nessus is no longer available in sources -EXPIRATION_DATE= 2006-04-17 - -CONFLICTS= nessus-libnasl-[0-9]* - -LIB_DEPENDS= nessus.5:${PORTSDIR}/security/nessus-libraries-devel - -DIST_SUBDIR= nessus -WRKSRC= ${WRKDIR}/libnasl - -USE_BISON= YES -GNU_CONFIGURE= yes -INSTALLS_SHLIB= YES - -MAN1= nasl.1 nasl-config.1 - -.include <bsd.port.mk> |