ports/net/p5-IO-Socket-Multicast/Makefile

19 lines
303 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= module for sending and receiving multicast messages
MODULES= cpan
DISTNAME= IO-Socket-Multicast-1.12
REVISION= 6
CATEGORIES= net
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
RUN_DEPENDS= net/p5-IO-Interface>=0.94
BUILD_DEPENDS= ${RUN_DEPENDS}
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>