1
0
forked from ports/contrib

p5-http-date: initial commit, version 6.02

This commit is contained in:
Tim Biermann 2019-08-31 10:40:12 +00:00
parent f063713dac
commit 44982051e7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

17
p5-http-date/.footprint Normal file
View 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
View 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
View 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
}