# $NetBSD: Makefile,v 1.25 2024/01/07 07:50:45 wiz Exp $ DISTNAME= Pod-Parser-1.67 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Pod-Parser COMMENT= POD filters and translators LICENSE= artistic PERL5_PACKLIST= auto/Pod/Parser/.packlist pre-configure: ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"