View | Details | Raw Unified | Return to bug 44851
Collapse All | Expand All

(-)p5-Parallel-ForkManager/Makefile (+1 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	Parallel-ForkManager
7
PORTNAME=	Parallel-ForkManager
8
PORTVERSION=	0.7.4
8
PORTVERSION=	0.7.4
9
PORTREVISION=	1
9
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
10
MASTER_SITES=	http://hacks.dlux.hu/Parallel-ForkManager/download/
11
MASTER_SITES=	http://hacks.dlux.hu/Parallel-ForkManager/download/
11
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
(-)p5-Parallel-ForkManager/pkg-plist (-3 / +3 lines)
Lines 3-8 Link Here
3
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parallel/ForkManager 2>/dev/null || true
3
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parallel/ForkManager 2>/dev/null || true
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parallel/            2>/dev/null || true
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parallel/            2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Parallel                                2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Parallel                                2>/dev/null || true
6
%%PORTSDOC%%share/examples/perl5/Parallel-ForkManager/parallel_get.pl
6
%%PORTDOCS%%share/examples/perl5/Parallel-ForkManager/parallel_get.pl
7
%%PORTSDOC%%share/examples/perl5/Parallel-ForkManager/callback.pl
7
%%PORTDOCS%%share/examples/perl5/Parallel-ForkManager/callback.pl
8
%%PORTSDOC%%@dirrm share/examples/perl5/Parallel-ForkManager
8
%%PORTDOCS%%@dirrm share/examples/perl5/Parallel-ForkManager

Return to bug 44851