mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
5eeac06ff8
This module attempts to identify, as accurately as it can, whether a process has access to the internet.
15 lines
219 B
Makefile
15 lines
219 B
Makefile
COMMENT= check if a process has access to the internet
|
|
|
|
MODULES= cpan
|
|
DISTNAME= LWP-Online-1.08
|
|
CATEGORIES= net
|
|
PKG_ARCH= *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-libwww \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|