19 lines
576 B
Makefile
19 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.20 2022/06/28 11:36:26 wiz Exp $
|
|
|
|
DISTNAME= String-RewritePrefix-0.008
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/String-RewritePrefix
|
|
COMMENT= Rewrite strings based on a set of known prefixes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
|
|
PERL5_PACKLIST= auto/String/RewritePrefix/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|