openbsd-ports/net/p5-NetPacket/Makefile
2022-03-11 19:45:43 +00:00

20 lines
305 B
Makefile

COMMENT= Perl module for encoding/decoding network traffic
MODULES= cpan
PKG_ARCH= *
DISTNAME= NetPacket-0.04
REVISION= 4
CATEGORIES= net
# Artistic License
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= net/p5-Net-Pcap
NO_TEST= Yes
post-install:
@find ${WRKINST} -name '*.orig' -delete
.include <bsd.port.mk>