0557f79a57
0.928 2014-06-26 18:57:27-04:00 America/New_York - cope with subroutines with spaces in their names when catching warnings - don't assume that the source sub isn't blessed in tests (!)
16 lines
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/09/06 12:51:03 wiz Exp $
|
|
|
|
DISTNAME= Sub-Install-0.928
|
|
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-Install
|
|
COMMENT= Install subroutines into packages easily
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Sub/Install/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|