2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:57 merdely 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
|
2007-01-14 15:49:05 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
|
|
CATEGORIES= net
|
2005-05-24 02:16:53 -04:00
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
|
|
|
# Artitistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ::net/p5-Net-Pcap
|
|
|
|
|
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>
|