0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
21 lines
728 B
Makefile
21 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:39 wiz Exp $
|
|
|
|
DISTNAME= PerlIO-via-dynamic-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
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"
|