9afddb97ce
------------------- 0.09- A. Sinan Unur (1): Fix test failure due to hard-coded filenames. 0.08- Rafael Garcia-Suarez (2): Require at least perl 5.8.0 Improve docs beyond a really terse synopsis 0.07- Rafael Garcia-Suarez (1): Require B unconditionally on older perls 0.06- Rafael Garcia-Suarez (4): Remove perl version requirement Skip tests that rely on perls more recent than 5.14.0 Update ppport.h Use the pure-perl version of is_sub_constant on perls earlier than 5.16 0.05- Rafael Garcia-Suarez (13): Add test for function prototypes Require at least perl 5.14.1 Better, simpler code for testing if we can load the XS version Add gitignore file Experimental implementation of get_code_location Add XS implementation of get_code_location() Add test for the prototype of get_code_location Make get_code_location work on undefined subs Add link to github repo in the meta file Add TODO file Add pure-perl implementation of is_sub_constant() Add XS implemetation of is_constant_sub() Add documentation
17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/02/16 14:49:01 mef Exp $
|
|
|
|
DISTNAME= Sub-Identify-0.10
|
|
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"
|