67220d789e
Upstream changes: 0.05 - Wed Jan 14 22:54:13 2009 * Happy 2009! There aren't any code changes, but I needed to make the version in the Pod match the code version.
21 lines
562 B
Makefile
21 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/01/20 23:29:19 he Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Interactive-0.0.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/
|
|
COMMENT= Perl 5 module prodiving utilities for interactive I/O
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Interactive/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|