forked from ports/contrib
p5-lwp-mediatypes: initial commit, version 6.02
This commit is contained in:
parent
6abb6a00a8
commit
edd949b14d
18
p5-lwp-mediatypes/.footprint
Normal file
18
p5-lwp-mediatypes/.footprint
Normal file
@ -0,0 +1,18 @@
|
||||
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/5.28/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/LWP/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/LWP/MediaTypes.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/LWP/media.types
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/LWP/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/LWP/MediaTypes/
|
||||
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/LWP::MediaTypes.3pm.gz
|
5
p5-lwp-mediatypes/.signature
Normal file
5
p5-lwp-mediatypes/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+aAgvb0VrbL/8Sr7tiZmiZo2Bha2l9oYPq0CScmK4F71NCPPKrlKuMmagsEYL6Z8Wvdf5ZCD68Dc7iULntIRgw=
|
||||
SHA256 (Pkgfile) = 8536174be1328e2917b5d6ab4c58b8b5913e950a2c99f93838a6eca5ab306f4e
|
||||
SHA256 (.footprint) = 3dfdaea70c9ba0dca60f636480cb2b6733721758d6caedab8efb98a35ff7b5f6
|
||||
SHA256 (LWP-MediaTypes-6.02.tar.gz) = 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676
|
17
p5-lwp-mediatypes/Pkgfile
Normal file
17
p5-lwp-mediatypes/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Guess the media type of a file or a URL
|
||||
# URL: https://metacpan.org/release/LWP-MediaTypes
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=p5-lwp-mediatypes
|
||||
version=6.02
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd LWP-MediaTypes-$version
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user