7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:24 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Interface-0.98
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ioi
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~lds/IO-Interface-0.98/
|
|
COMMENT= IO-Interface - get and set interface characteristics
|
|
|
|
PERL5_PACKLIST= auto/IO/Interface/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|