pkgsrc/devel/p5-Devel-CheckOS/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

24 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:14 wiz Exp $
DISTNAME= Devel-CheckOS-1.64
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-CheckOS/
COMMENT= Perl extension to check what OS we are running on
LICENSE= gnu-gpl-v2 OR artistic
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Data-Compare>=1.21:../../devel/p5-Data-Compare
DEPENDS+= p5-File-Find-Rule>=0.28:../../devel/p5-File-Find-Rule
# 0.18 is in perl-5.10 core
DEPENDS+= p5-File-Temp>=0.19:../../devel/p5-File-Temp
PERL5_PACKLIST= auto/Devel/CheckOS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"