18 lines
534 B
Plaintext
18 lines
534 B
Plaintext
# Description: CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules
|
|
# URL: https://metacpan.org/release/Canary-Stability
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on:
|
|
|
|
name=p5-canary-stability
|
|
version=2013
|
|
release=1
|
|
source=(https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-$version.tar.gz)
|
|
|
|
build() {
|
|
cd Canary-Stability-$version
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
make
|
|
make install DESTDIR=$PKG
|
|
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
|
|
}
|