pkgsrc-wip/p5-Arch/Makefile
Thomas Klausner fe7a1e8a6a p5-Arch: update to 0.5.2.
arch-perl-0.5.2 (08-Mar-2010)

* Adapted all relevant tests to quietly pass (be skipped) without tla.
* Applied fix for Changeset dir containing regexp chars.
* Enabled caching of tree logs.
* Enhanced history method of Arch::Tree.
* Small improvements in documentation files.
2017-09-19 20:56:19 +02:00

17 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/04 09:13:21 asau Exp $
DISTNAME= Arch-0.5.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
# MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Arch/}
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIGO/
MAINTAINER= jfranz@bsdprojects.net
COMMENT= Perl module for Arch
PERL5_PACKLIST= auto/Arch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"