pkgsrc/devel/p5-Tree-Simple/Makefile
mef 48f6f2082e 1.25 Tue Jan 13 08:51:00 2014
- Fix logic in sub DESTROY for when children are/are not
                present. Reported by astortz.  See
                https://github.com/stevan/tree-simple/issues/8.

1.24  Sat Sep  6 09:27:00 2014

        - Abandon Test::Version and hence delete t/version.t. Putting
          version.t in xt/author/ is not a solution, because
          Test::Version has problems with Test::EOL and Test::Builder.

          Thanx to Kent Fredric for the github issue which started me
          investigating this issue.
2015-04-25 08:20:01 +00:00

22 lines
699 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/04/25 08:20:01 mef Exp $
#
DISTNAME= Tree-Simple-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
EXTRACT_SUFX= .tgz
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
COMMENT= Simple extension to manipulate tree objects
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version
PERL5_PACKLIST= auto/Tree/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"