openbsd-ports/net/p5-POE-Component-Pcap/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

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>