25 lines
531 B
Makefile
25 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/07/13 16:22:04 jasper Exp $
|
|
|
|
COMMENT= POE interface to Net::Pcap
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Pcap-0.04
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= net
|
|
|
|
# Artitistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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>
|