2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/11/19 22:31:35 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
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|