pkgsrc/devel/p5-parent/Makefile
mef 2da7e0fcd8 Updated devel/p5-parent to 0.0236
---------------------------------
0.236 20161009
    . Disable benchmark test rt62341.t as it runs out of memory on
      many smoker systems; closes RT #118310
    . No code changes, no need to upgrade

0.235 20161009
    . Add Travis test configuration (contributed by James McCoy)
    . Make test for PMC availability more reliable (contibuted by E. Choroba)
    . No code changes, no need to upgrade
2016-10-10 01:18:41 +00:00

18 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/10/10 01:18:41 mef Exp $
#
DISTNAME= parent-0.236
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~corion/parent/
COMMENT= Establish an ISA relationship with base classes at compile time
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/parent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"