2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
|
2005-05-24 02:16:53 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= Perl module for encoding/decoding network traffic
|
2005-05-24 02:16:53 -04:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2005-05-24 02:16:53 -04:00
|
|
|
DISTNAME= NetPacket-0.04
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 3
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2005-05-24 02:16:53 -04:00
|
|
|
|
2010-09-15 09:52:11 -04:00
|
|
|
# Artistic License
|
2005-05-24 02:16:53 -04:00
|
|
|
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
|
2005-05-24 02:16:53 -04:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
NO_REGRESS= Yes
|
2005-05-24 02:16:53 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@find ${WRKINST} -name '*.orig' | xargs rm
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|