pkgsrc/devel/p5-Perl-APIReference/Makefile
mef 72dd843cdc Update 0.19 to 0.21
-------------------
0.21  Wed Sep  2 18:00:00 2015
  - Use compressed Sereal for encoding instead of Data::Dumper.
    Reduces the disk footprint after installation by 4x.
    The compressed tarball on the other hand is marginally bigger
    because it means that we double-zlib compress the data.

0.20  Wed Sep  2 14:40:00 2015
  - Perl 5.22.0 support.
2015-09-06 03:53:38 +00:00

23 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/09/06 03:53:38 mef Exp $
#
DISTNAME= Perl-APIReference-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Perl-APIReference/
COMMENT= Programmatically query the perlapi
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
PERL5_PACKLIST= auto/Perl/APIReference/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"