summaryrefslogtreecommitdiff
path: root/p5-canary-stability/Pkgfile
blob: 330ba15442fe3aaa1ea0d630f0633d5627401920 (plain)
    1 # Description: CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules
    2 # URL: https://metacpan.org/release/Canary-Stability
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=p5-canary-stability
    7 version=2013
    8 release=1
    9 source=(https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-$version.tar.gz)
   10 
   11 build() {
   12   cd Canary-Stability-$version
   13   perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make install DESTDIR=$PKG
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit