d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:40 sthen Exp $
|
|
|
|
COMMENT= Perl module for encoding/decoding network traffic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= NetPacket-0.04
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
@find ${WRKINST} -name '*.orig' | xargs rm
|
|
|
|
.include <bsd.port.mk>
|