18 lines
306 B
Makefile
18 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:54 naddy Exp $
|
|
|
|
COMMENT = simple creation of pcap files from code
|
|
|
|
DISTNAME = Net-PcapWriter-0.724
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|