blob: 89835e00f99ceaea83a2cdd28c066d9a76f72dd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.23 2022/06/28 11:34:42 wiz Exp $
DISTNAME= Number-Compare-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 11
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= https://metacpan.org/release/Number-Compare
COMMENT= Compiles a simple comparison to an anonymous subroutine
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Number/Compare/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|