naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

22 lines
375 B
Makefile

# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:56 naddy Exp $
COMMENT= Perl module for encoding/decoding network traffic
MODULES= cpan
PKG_ARCH= *
DISTNAME= NetPacket-0.04
REVISION= 3
CATEGORIES= net
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= net/p5-Net-Pcap
NO_TEST= Yes
post-install:
@find ${WRKINST} -name '*.orig' | xargs rm
.include <bsd.port.mk>