Changes: ============================== 2011-11-05 23:14:37 +0000 0.62 ============================== commit 3cb8b66ade12cf01ab420a29f5f65797786f0df0 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Sat Nov 5 23:14:37 2011 +0000 Update FreeBSD hints to support FreeBSD 10.0 ============================== 2011-10-24 15:21:34 +0100 0.60 ============================== commit b737b8521ffd34bf91438add2ff0073d9e01b65a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Oct 24 15:21:34 2011 +0100 Autoguessing perl versions was broken, it is fixed now. Thanks to Tom Molesworth and Paul Evans for helping to spot this. ============================== 2011-10-03 21:24:45 +0100 0.58 ============================== commit 2057805e5129dcde0a88ae81f5936547ad5a3484 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Oct 3 21:24:45 2011 +0100 Fix v5.14-ism in regex. Reported by Gregor Herrmann [rt.cpan.org #71416] ============================== 2011-10-03 13:40:19 +0100 0.56 ============================== commit e698b95b579df68d5bf7fef933269019fecf2e2c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Oct 3 13:40:19 2011 +0100 Fix previous update ============================== 2011-10-03 13:02:08 +0100 0.54 ============================== commit 6f7b6eafb637fcf30c7e8a21c9e3a4c2908f266c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Oct 3 13:02:08 2011 +0100 Add patching of make_ext.pl for virtualisation fixes
21 lines
589 B
Makefile
21 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/01/26 15:48:30 rhaen Exp $
|
|
|
|
DISTNAME= Devel-PatchPerl-0.62
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Devel/PatchPerl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|