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