openbsd-ports/net/p5-POE-Component-Pcap/Makefile

26 lines
530 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:45:43 ajacoutot Exp $
COMMENT= POE interface to Net::Pcap
MODULES= cpan
DISTNAME= POE-Component-Pcap-0.04
REVISION= 2
CATEGORIES= net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# Artitistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-12-07 15:06:57 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/p5-POE \
net/p5-Net-Pcap \
net/p5-NetPacket
# regress requires root privileges and a network connection
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>