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

(-)lang/perl5.14/Makefile (-1 / +48 lines)
Lines 25-31 Link Here
25
25
26
CONFLICTS=	perl-5.6.* perl-5.8.* perl-threaded-5.8.* \
26
CONFLICTS=	perl-5.6.* perl-5.8.* perl-threaded-5.8.* \
27
		perl-5.10.* perl-threaded-5.10.* \
27
		perl-5.10.* perl-threaded-5.10.* \
28
		perl-5.12.* perl-threaded-5.12.*
28
		perl-5.12.* perl-threaded-5.12.* \
29
		p5-Archive-Extract-[0-9]* p5-Archive-Tar-[0-9]* \
30
		p5-Attribute-Handlers-[0-9]* p5-AutoLoader-[0-9]* \
31
		p5-CPAN-Meta-[0-9]* p5-CPAN-Meta-YAML-[0-9]* \
32
		p5-CPANPLUS-[0-9]* p5-CPANPLUS-Dist-Build-[0-9]* \
33
		p5-Digest-[0-9]* p5-ExtUtils-CBuilder-[0-9]* \
34
		p5-ExtUtils-Command-[0-9]* \
35
		p5-ExtUtils-Constant-[0-9]* \
36
		p5-ExtUtils-Install-[0-9]* \
37
		p5-ExtUtils-MakeMaker-[0-9]* \
38
		p5-ExtUtils-Manifest-[0-9]* \
39
		p5-ExtUtils-ParseXS-[0-9]* p5-File-Fetch-[0-9]* \
40
		p5-File-Path-[0-9]* p5-File-Temp-[0-9]* \
41
		p5-Filter-Simple-[0-9]* p5-Getopt-Long-[0-9]* \
42
		p5-HTTP-Tiny-[0-9]* p5-I18N-LangTags-[0-9]* \
43
		p5-IO-Zlib-[0-9]* p5-IPC-Cmd-[0-9]* p5-JSON-PP-[0-9]* \
44
		p5-Locale-Codes-[0-9]* p5-Locale-Maketext-[0-9]* \
45
		p5-Locale-Maketext-Simple-[0-9]* \
46
		p5-Log-Message-[0-9]* p5-Log-Message-Simple-[0-9]* \
47
		p5-Math-BigInt-[0-9]* p5-Math-BigRat-[0-9]* \
48
		p5-Math-Complex-[0-9]* p5-Memoize-[0-9]* \
49
		p5-Module-Build-[0-9]* p5-Module-CoreList-[0-9]* \
50
		p5-Module-Load-[0-9]* \
51
		p5-Module-Load-Conditional-[0-9]* \
52
		p5-Module-Loaded-[0-9]* p5-Module-Metadata-[0-9]* \
53
		p5-Module-Pluggable-[0-9]* p5-NEXT-[0-9]* \
54
		p5-Net-Ping-[0-9]* p5-Object-Accessor-[0-9]* \
55
		p5-Package-Constants-[0-9]* p5-Params-Check-[0-9]* \
56
		p5-Parse-CPAN-Meta-[0-9]* p5-Perl-OSType-[0-9]* \
57
		p5-Pod-Escapes-[0-9]* p5-Pod-Parser-[0-9]* \
58
		p5-Pod-Perldoc-[0-9]* p5-Pod-Simple-[0-9]* \
59
		p5-Term-ANSIColor-[0-9]* p5-Term-UI-[0-9]* \
60
		p5-Test-Harness-[0-9]* p5-Test-Simple-[0-9]* \
61
		p5-Text-Balanced-[0-9]* p5-Text-ParseWords-[0-9]* \
62
		p5-Thread-Queue-[0-9]* p5-Tie-File-[0-9]* \
63
		p5-Tie-RefHash-[0-9]* p5-Time-Local-[0-9]* \
64
		p5-Version-Requirements-[0-9]* p5-XSLoader-[0-9]* \
65
		p5-autodie-[0-9]* p5-base-[0-9]* p5-bignum-[0-9]* \
66
		p5-parent-[0-9]* p5-Compress-Raw-Bzip2-[0-9]* \
67
		p5-Compress-Raw-Zlib-[0-9]* p5-Data-Dumper-[0-9]* \
68
		p5-Devel-PPPort-[0-9]* p5-Digest-MD5-[0-9]* \
69
		p5-Digest-SHA-[0-9]* p5-Encode-[0-9]* p5-Errno-[0-9]* \
70
		p5-IO-[0-9]* p5-MIME-Base64-[0-9]* \
71
		p5-Math-BigInt-FastCalc-[0-9]* p5-Storable-[0-9]* \
72
		p5-Sys-Syslog-[0-9]* p5-Time-HiRes-[0-9]* \
73
		p5-Time-Piece-[0-9]* p5-Unicode-Normalize-[0-9]* \
74
		p5-threads-[0-9]* p5-threads-shared-[0-9]* \
75
		p5-version-[0-9]* p5-CGI.pm-[0-9]*
29
76
30
OPTIONS=	DEBUGGING	"Build with debugging support"		off \
77
OPTIONS=	DEBUGGING	"Build with debugging support"		off \
31
		GDBM		"Build GDBM_File extension"		off \
78
		GDBM		"Build GDBM_File extension"		off \

Return to bug 159087