p5-yaml-tiny: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent 165164e434
commit 0cfdfb3651
3 changed files with 0 additions and 43 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/YAML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/YAML/Tiny.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/YAML::Tiny.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xFbDEPD8feV0tqh7t0DqftA9rv24f1AWzUyX7htUE1GPrjc+hCJYgjOrqwS/LHh3zvOOIET0RqFb+gUjI6SHQk=
SHA256 (Pkgfile) = b023f0bd389982bd4025ef071f3870045e80f80f29bc9e1ff17bdb3cb2cd137e
SHA256 (.footprint) = df529a2910c94e2cb0ec127ce14c3ecebe836467a1b61056337ca59f3a48a5ab
SHA256 (YAML-Tiny-1.73.tar.gz) = bc315fa12e8f1e3ee5e2f430d90b708a5dc7e47c867dba8dce3a6b8fbe257744

View File

@ -1,27 +0,0 @@
# Description: Read/Write YAML files with as little code as possible
# URL: https://metacpan.org/pod/YAML::Tiny
# Maintainer: UNMAINTAINED
name=p5-yaml-tiny
version=1.73
release=1
source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-$version.tar.gz)
build() {
cd YAML-Tiny-$version
perl Makefile.PL
make
make install DESTDIR=$PKG
# remove perlcrap
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
# remove empty dirs
find $PKG -depth -type d -empty -delete
}