0b69722ec9
"perl smells like dead moose farts and you can quote me on that" msf@
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/09/15 13:52:12 sthen Exp $
|
|
|
|
COMMENT= Perl module for encoding/decoding network traffic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= NetPacket-0.04
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ::net/p5-Net-Pcap
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
@find ${WRKINST} -name '*.orig' | xargs rm
|
|
|
|
.include <bsd.port.mk>
|