IMP is a protocol for inspection, modification and rejection of data between two sides (client and server) using an analyzer implementing this interface. OK sthen@
20 lines
379 B
Makefile
20 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/09/26 18:37:42 bluhm Exp $
|
|
|
|
COMMENT = module for network data inspection and modification
|
|
|
|
DISTNAME = Net-IMP-0.45
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|