8daef431fa
VERSION 6.56 2016-09-09 Test fixes A faulty test was failing most places. New release to correct that problem. RT 117404
23 lines
746 B
Makefile
23 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.60 2016/09/12 10:15:15 wiz Exp $
|
|
|
|
DISTNAME= Date-Manip-6.56
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
|
|
COMMENT= Perl5 module for date calculations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
# only needed for tests
|
|
BUILD_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Date/Manip/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|