d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:40 sthen Exp $
|
|
|
|
COMMENT= POE interface to Net::Pcap
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Pcap-0.04
|
|
REVISION= 1
|
|
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>
|