2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:50 espie Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2006-01-10 04:00:29 -05:00
|
|
|
SHARED_ONLY= Yes
|
2002-07-18 02:18:57 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= module for sending and receiving multicast messages
|
2002-07-18 02:18:57 -04:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2010-10-12 06:13:12 -04:00
|
|
|
DISTNAME= IO-Socket-Multicast-1.12
|
2012-08-23 11:50:05 -04:00
|
|
|
REVISION= 2
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net
|
2002-07-18 02:18:57 -04:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2008-10-08 13:29:03 -04:00
|
|
|
# perl
|
2002-07-18 02:18:57 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= net/p5-IO-Interface>=0.94
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-07-18 02:18:57 -04:00
|
|
|
|
2011-07-25 10:24:54 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
|
2002-07-18 02:18:57 -04:00
|
|
|
.include <bsd.port.mk>
|