7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= INET6-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
|
|
COMMENT= Object interface for AF_INET|AF_INET6 domain sockets
|
|
|
|
DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
|
|
|
|
PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|