2007-01-14 15:49:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/01/14 20:49:06 simon Exp $
|
2005-05-24 02:16:53 -04:00
|
|
|
|
2006-10-11 01:39:59 -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>
|