openbsd-ports/net/p5-NetPacket/Makefile
msf 7e5e622eb8 Sync PFLog.pm with version 1.12 of net/if_pflog.h
Fix a typo in COMMENT
bump PKGNAME

This has been sitting forgotten in my tree for too long.
thanks to Jean Raby for the heads up and a similar patch.
2006-10-11 05:39:59 +00:00

27 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/10/11 05:39:59 msf Exp $
COMMENT= "Perl module for encoding/decoding network traffic"
DISTNAME= NetPacket-0.04
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net perl5
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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
BUILD_DEPENDS= ::net/p5-Net-Pcap
CONFIGURE_STYLE= perl
post-install:
@find ${WRKINST} -name '*.orig' | xargs rm
.include <bsd.port.mk>