pkgsrc/devel/p5-Devel-CheckOS/Makefile
wen d7ffa54dfa Update to 1.85
Upstream changes:
1.85    2020-10-15      Add Linux::Raspbian and Linux::Ubuntu;
                        Add Linux::RealDebian for *actual* Debian Linux;
                        Add Linux::UnknownDebianLike for anything else that's like Debian;
                        Linux::Debian has become a family that includes all the above

1.84    2020-10-05      Add some more versions of MacOS;
                        Note change of name Mac OS X -> MacOS, but don't
                          change the module name for backward compatibility;
                        Add MSYS (reported by perl in MinGW environments)
2020-10-24 23:53:49 +00:00

18 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/10/24 23:53:49 wen Exp $
DISTNAME= Devel-CheckOS-1.85
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Devel-CheckOS
COMMENT= Perl extension to check what OS we are running on
LICENSE= gnu-gpl-v2 OR artistic
DEPENDS+= p5-File-Find-Rule>=0.28:../../devel/p5-File-Find-Rule
PERL5_PACKLIST= auto/Devel/CheckOS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"