pBLADE

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    return $postamble;
}


# function for writing an rpm spec file
sub write_spec_file($$$$) {
    my ($distname, $version, $prefix, $outfile) = @_;

    open(SPEC,">$outfile") or die "Could not open output spec file '$outfile': $!";
    print SPEC <<EOP;
# Note that this is NOT a relocatable package
\%define rel      1

Summary:   Write BLADE applications in Perl
Name:      $distname
Version:   $version
Release:   \%rel
License:   GPL or Artistic License
Group:     Development/Libraries
Source:    $distname-$version.tar.gz
URL:       http://www.thestuff.net/bob/projects/blade

pBLADE.spec  view on Meta::CPAN

# Note that this is NOT a relocatable package
%define rel      1

Summary:   Write BLADE applications in Perl
Name:      pBLADE
Version:   0.10
Release:   %rel
License:   GPL or Artistic License
Group:     Development/Libraries
Source:    pBLADE-0.10.tar.gz
URL:       http://www.thestuff.net/bob/projects/blade



( run in 0.641 second using v1.01-cache-2.11-cpan-5511b514fd6 )