blob: 740687440e09c38d484bca1dc07fee826ca65c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|