p5-text-asciitable: skip auto-installing missing dep

This commit is contained in:
Alexandr Savca 2020-12-11 10:34:20 +02:00
parent 4a0c5dcc2a
commit 398dc93980
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30S466MuoYpOTNsCByGEbKyfMQkXgBsT8eggI3AJg3I0o3kPlR4fSQ/WNw8D8N7tq1RwKg1LteF5YVoHL6+GzgA=
SHA256 (Pkgfile) = ab02c5953ed61686e70322f53a53b4318260b57164a05a52280e70cfae7c7285
RWSagIOpLGJF39Q7+z3ctzXNsfWQdX3WEeAGNeF9PIV1Qo9jITobdv9KiLVFRvOgB3xobaWMrJFdJnuGOrDDM9M3EC5XBNiJsgs=
SHA256 (Pkgfile) = bfaf1a9367dfc559e0d18a4509046a39f6bc51c5339ff87ef0f8f91e2461d398
SHA256 (.footprint) = d1af3f9be456a32c4b0989993040891b6e3188558e57c3b70fc91b491e9eb4c1
SHA256 (Text-ASCIITable-0.22.tar.gz) = e4d39537db35d75eb88032d2d26a707733fe33b6baeb212f9c733fc4bff07e43

View File

@ -11,7 +11,7 @@ source=(https://cpan.metacpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-$versi
build() {
cd Text-ASCIITable-$version
yes | perl Makefile.PL
yes n | perl Makefile.PL
make
make DESTDIR=$PKG install