8d93fea0cc
revert changes from previous commit.
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/07/25 20:25:05 gsoares Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module for sending and receiving multicast messages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-Socket-Multicast-1.12
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= net/p5-IO-Interface>=0.94
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|