diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 09:11:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 09:11:32 +0000 |
commit | 2fd6221c0bd0b3c6bbb09d1c258b2266be78da9b (patch) | |
tree | be801abffa864d81f0b41a15e504af351ee02924 /net/p5-Socket-Multicast6 | |
parent | - Added missing dependency (diff) |
This module is used to gain access to constants and utility functions used
when manipulating multicast socket attributes.
For simple, object-oriented way of doing the same thing, take a look at
IO::Socket::Multicast6 or IO::Socket::Multicast
WWW: http://search.cpan.org/dist/Socket-Multicast6/
PR: ports/110155
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Diffstat (limited to 'net/p5-Socket-Multicast6')
-rw-r--r-- | net/p5-Socket-Multicast6/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Socket-Multicast6/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Socket-Multicast6/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Socket-Multicast6/pkg-plist | 8 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net/p5-Socket-Multicast6/Makefile b/net/p5-Socket-Multicast6/Makefile new file mode 100644 index 000000000000..4524638ad917 --- /dev/null +++ b/net/p5-Socket-Multicast6/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Socket-Multicast6 +# Date created: 2007-03-10 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Socket-Multicast6 +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/N/NJ/NJH +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Constructors and constants for IPv4/IPv6 multicast socket operations + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 + +PERL_CONFIGURE= yes + +MAN3= Socket::Multicast6.3 + +.include <bsd.port.mk> diff --git a/net/p5-Socket-Multicast6/distinfo b/net/p5-Socket-Multicast6/distinfo new file mode 100644 index 000000000000..d677084ae34d --- /dev/null +++ b/net/p5-Socket-Multicast6/distinfo @@ -0,0 +1,3 @@ +MD5 (Socket-Multicast6-0.02.tar.gz) = d101162cb98993720d388383cf4e628e +SHA256 (Socket-Multicast6-0.02.tar.gz) = 75d5faee9c7338d1dc73c47be9077b183207fa9492298f811b174cc4ff7977e1 +SIZE (Socket-Multicast6-0.02.tar.gz) = 33919 diff --git a/net/p5-Socket-Multicast6/pkg-descr b/net/p5-Socket-Multicast6/pkg-descr new file mode 100644 index 000000000000..e1899462adef --- /dev/null +++ b/net/p5-Socket-Multicast6/pkg-descr @@ -0,0 +1,7 @@ +This module is used to gain access to constants and utility functions used +when manipulating multicast socket attributes. + +For simple, object-oriented way of doing the same thing, take a look at +IO::Socket::Multicast6 or IO::Socket::Multicast + +WWW: http://search.cpan.org/dist/Socket-Multicast6/ diff --git a/net/p5-Socket-Multicast6/pkg-plist b/net/p5-Socket-Multicast6/pkg-plist new file mode 100644 index 000000000000..7d9154157d79 --- /dev/null +++ b/net/p5-Socket-Multicast6/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Multicast6/Multicast6.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Multicast6/Multicast6.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Multicast6/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Multicast6.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Multicast6 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket |