freebsd-ports/net/opendpi/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

21 lines
397 B
Makefile

# 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)
BROKEN_powerpc64= Does not build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
.include <bsd.port.mk>