1d617fdb5b
------------------- 0.11- B. Estrade (1): Adding new test for signatures as part of Feb 2015 PRC. Rafael Garcia-Suarez (8): Bump version to 0.10 Merge pull request #6 from estrabd/Issue-5-add-signature-test Fix skipping tests on earliers perls Add new test to MANIFEST Do not let get_code_location() segfault on XSUBs Add a test for calling get_code_location on XSUBs Add a pure-perl version of last test Bump version
17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/09/06 06:46:22 mef Exp $
|
|
|
|
DISTNAME= Sub-Identify-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sub-Identify/
|
|
COMMENT= Perl 5 module to retrieve names of code references
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Sub/Identify/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|