diff options
Diffstat (limited to 'net/opendpi/Makefile')
-rw-r--r-- | net/opendpi/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile deleted file mode 100644 index 740687440e09..000000000000 --- a/net/opendpi/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: fernandotcl -# $FreeBSD$ - -PORTNAME= opendpi -PORTVERSION= 1.2.0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= fernando@netfilter.com.br -COMMENT= Open source deep packet inspection engine - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BROKEN_powerpc64= Does not build - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= libtool - -.include <bsd.port.mk> |