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

26 lines
532 B
Makefile
Raw Normal View History

2010-10-18 14:36:45 -04:00
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36:55 espie Exp $
COMMENT= POE interface to Net::Pcap
MODULES= cpan
DISTNAME= POE-Component-Pcap-0.04
REVISION= 1
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}
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>