pkgsrc/net/p5-IO-Socket-Multicast/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= IO-Socket-Multicast-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ism
PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= he@NetBSD.org
COMMENT= IO::Socket::Multicast - perl multicast socket IO
DEPENDS+= p5-IO-Interface>=0.94:../../net/p5-IO-Interface
PERL5_PACKLIST= auto/IO/Socket/Multicast/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"