3106b51fdd
Upstream changes: 0.988 2021-06-18 23:37:47-04:00 America/New_York - update author contact info - add perl support section to docs
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/07/04 09:04:10 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Sub-Exporter-0.988
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Sub-Exporter
|
|
COMMENT= Sophisticated exporter for custom-built routines
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-OptList>=0.100:../../devel/p5-Data-OptList
|
|
DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util
|
|
DEPENDS+= p5-Sub-Install>=0.920:../../devel/p5-Sub-Install
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Sub/Exporter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|