forked from ports/contrib
p5-http-date: initial commit, version 6.02
This commit is contained in:
parent
f063713dac
commit
44982051e7
17
p5-http-date/.footprint
Normal file
17
p5-http-date/.footprint
Normal file
@ -0,0 +1,17 @@
|
||||
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/HTTP/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Date.pm
|
||||
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/HTTP/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/HTTP/Date/
|
||||
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/HTTP::Date.3pm.gz
|
5
p5-http-date/.signature
Normal file
5
p5-http-date/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38JE/BhvSUSCzwPMrAWtfXYroxsKiI86apv4FxN1n7aksNHcpV0T+XD/1t2vf6osLEXf7Nhy73i/+9b6xz0XUwQ=
|
||||
SHA256 (Pkgfile) = 55d9d3b18bb6cb9fd2eb5af4b314bcfa81bd826b939cfa7c962b437c48046f7a
|
||||
SHA256 (.footprint) = 8fb39de8066f74cb87ef57200dbe7543d5e93a3c7d4b3f45bf5b7929e6a52e18
|
||||
SHA256 (HTTP-Date-6.02.tar.gz) = e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333
|
17
p5-http-date/Pkgfile
Normal file
17
p5-http-date/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Date conversion routines
|
||||
# URL: https://cpan.metacpan.org/dist/HTTP-Date
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=p5-http-date
|
||||
version=6.02
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd HTTP-Date-$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