19 lines
303 B
Makefile
19 lines
303 B
Makefile
|
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>
|