 1c5f4690e6
			
		
	
	1c5f4690e6
	
	
	
		
			
			That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
		
			
				
	
	
		
			17 lines
		
	
	
		
			603 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			603 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template build file for 'perl-Parse-CPAN-Meta'.
 | |
| pkgname=perl-Parse-CPAN-Meta
 | |
| version=1.4414
 | |
| revision=2
 | |
| wrksrc="Parse-CPAN-Meta-${version}"
 | |
| hostmakedepends="perl"
 | |
| makedepends="${hostmakedepends}"
 | |
| depends="${makedepends}"
 | |
| noarch="yes"
 | |
| build_style=perl-module
 | |
| short_desc="Parse::CPAN::Meta - Parse META.yml and META.json CPAN metadata files"
 | |
| maintainer="Juan RP <xtraeme@gmail.com>"
 | |
| homepage="http://search.cpan.org/dist/Parse-CPAN-Meta"
 | |
| license="GPL-1, Artistic"
 | |
| distfiles="${CPAN_SITE}/Parse/${pkgname#perl-}-${version}.tar.gz"
 | |
| checksum=cd7608154dfb72c9e110f012befe6b75d78448cb3e761716b60aa7545e16ca1b
 |