pkgsrc/devel/p5-Graph-ReadWrite/Makefile
mef 646b2c87b3 Updated to devel/p5-Graph-ReadWrite-2.08
----------------------------------------
2.08 2015-10-30 NEILB
    - Switched to Dist::Zilla
    - Updated the github repo URL after changing my github username
    - Removed a spurious =back from Graph::ReadWrite.
      Thanks to Lucas Kanashiro for RT#106063
2016-04-10 08:00:55 +00:00

22 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/04/10 08:00:55 mef Exp $
DISTNAME= Graph-ReadWrite-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/}
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://search.cpan.org/~neilb/Graph-ReadWrite/
COMMENT= Perl module for reading and writing directed graphs
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
BUILD_DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
BUILD_DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp
PERL5_PACKLIST= auto/Graph/ReadWrite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"