pkgsrc/devel/p5-Sub-Identify/Makefile
he 9272dcf95f Update from version 0.03nb1 to 0.04.
Pkgsrc changes:
 o Add USE_LANGUAGES=c since the build now uses the C compiler

Upstream changes:

0.04- Rafael Garcia-Suarez (9):
      First stab as a dual implementation XS / pure Perl
      Update MANIFEST and add ppport.h from bleadperl
      Bump version to 0.04
      Add license to Makefile.PL
      Re-add "use strict"
      Mortalize return values
      Add tests for a bug reported on P5P by Renée Bäcker
      Fix segfault / compilation error by returning nothing for a
        sub being compiled
      Regenerate META.yml
2008-12-20 23:55:35 +00:00

19 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/12/20 23:55:35 he Exp $
#
DISTNAME= Sub-Identify-0.04
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Sub/Identify/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"