openbsd-ports/net/p5-NetPacket/Makefile

25 lines
463 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
COMMENT= Perl module for encoding/decoding network traffic
MODULES= cpan
DISTNAME= NetPacket-0.04
REVISION= 3
CATEGORIES= net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 17:31:32 -05:00
BUILD_DEPENDS= net/p5-Net-Pcap
NO_REGRESS= Yes
post-install:
@find ${WRKINST} -name '*.orig' | xargs rm
.include <bsd.port.mk>