pkgsrc/devel/p5-PerlIO-via-dynamic/Makefile
apb fad1d95ca4 Update p5-PerlIO-via-dynamic to version 0.14. The upstream maintainer
has changed from Chia-liang Kao to Alex Vandiver, so the MASTER_SITE
URL changes.  This fixes warnings that appear under Perl-5.16
with the previous version of this package, such as:

defined(@array) is deprecated at
    /usr/pkg/lib/perl5/vendor_perl/5.16.0/PerlIO/via/dynamic.pm line 149.
2013-03-05 16:17:36 +00:00

22 lines
757 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/03/05 16:17:36 apb Exp $
DISTNAME= PerlIO-via-dynamic-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AL/ALEXMV/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PerlIO-via-dynamic/
COMMENT= Perl module for dynamic PerlIO layers
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/PerlIO/via/dynamic/.packlist
# The following DEPENDS applies only if the perl version is 5.10,
# but there's no way to specify that kind of condition, and it's
# probably safe to make the dependency unconditional.
DEPENDS+= p5-Internals>=1.1:../../devel/p5-Internals
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"