c60f85832d
----------------------------------------- version 1.34 at 2015-04-25 15:23:56 +0000 ----------------------------------------- Release engineering for 1.34 Date : 2015-04-17 17:19:35 +0000 Merge pull request #19 from wolfsage/topic/various-fixes Topic/various fixes Date : 2015-04-17 07:10:05 +0000 Specific patch for 5.005 Date : 2015-04-17 06:58:28 +0000 Specific patches for 5.005_02 and 5.005_01 Date : 2015-04-17 06:14:25 +0000 Allow building of 5.005_0[34] on linux. Date : 2015-04-17 06:10:44 +0000 Updated hints files, necessary to build older Perls
20 lines
620 B
Makefile
20 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/04/26 03:11:36 mef Exp $
|
|
|
|
DISTNAME= Devel-PatchPerl-1.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-PatchPerl/
|
|
COMMENT= Perl 5 module to patch a perl source tree
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd
|
|
DEPENDS+= p5-Module-Pluggable>=5.1:../../devel/p5-Module-Pluggable
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Devel/PatchPerl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|