perl-packages: add Parse::DebControl

Easy OO parsing of debian control-like files

+15
+15
pkgs/top-level/perl-packages.nix
··· 7347 7347 }; 7348 7348 }; 7349 7349 7350 + ParseDebControl = buildPerlPackage rec { 7351 + name = "Parse-DebControl-2.005"; 7352 + src = fetchurl { 7353 + url = "mirror://cpan/authors/id/J/JA/JAYBONCI/${name}.tar.gz"; 7354 + sha256 = "0ad78qri4sg9agghqdm83xsjgks94yvffs23kppy7mqjy8gwwjxn"; 7355 + }; 7356 + buildInputs = [ TestPod LWPUserAgent ]; 7357 + propagatedBuildInputs = [ IOStringy ]; 7358 + meta = with stdenv.lib; { 7359 + homepage = http://search.cpan.org/~jaybonci/Parse-DebControl; 7360 + license = with licenses; [ artistic1 gpl1Plus ]; 7361 + maintainers = with maintainers; [ nckx ]; 7362 + }; 7363 + }; 7364 + 7350 7365 ParseRecDescent = buildPerlPackage rec { 7351 7366 name = "Parse-RecDescent-1.967009"; 7352 7367 src = fetchurl {