17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT = simple creation of pcap files from code
|
|
|
|
DISTNAME = Net-PcapWriter-0.6
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|