2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
2007-03-13 10:13:15 +01:00
|
|
|
|
|
|
|
PORTNAME= IO-Socket-Multicast6
|
2010-06-06 22:15:59 +02:00
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2007-03-13 10:13:15 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-03-13 10:13:15 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2007-03-13 10:13:15 +01:00
|
|
|
COMMENT= Send and receive IPv4 and IPv6 multicast messages
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-05-03 10:48:42 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-IO-Interface>=1.01:net/p5-IO-Interface \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
|
|
|
|
p5-Socket-Multicast6>=0.01:net/p5-Socket-Multicast6 \
|
|
|
|
p5-Socket6>=0.19:net/p5-Socket6
|
2007-03-13 10:13:15 +01:00
|
|
|
|
2013-09-06 19:02:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2007-03-13 10:13:15 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|