mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
perl-http-date: new port
This commit is contained in:
1
main/perl-http-date/.checksums
Normal file
1
main/perl-http-date/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
60462359bfeb1e6d14602508cfd07885 perl-http-date-6.06.tar.gz
|
||||
18
main/perl-http-date/.pkgfiles
Normal file
18
main/perl-http-date/.pkgfiles
Normal file
@@ -0,0 +1,18 @@
|
||||
perl-http-date-6.06-1
|
||||
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.38/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.38/x86_64-linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/HTTP/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/HTTP/Date.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTTP/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-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.3.gz
|
||||
17
main/perl-http-date/spkgbuild
Normal file
17
main/perl-http-date/spkgbuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# description : Lightweight YouTube client that does no>
|
||||
# homepage : https://cpan.metacpan.org
|
||||
# depends : perl
|
||||
|
||||
name=perl-http-date
|
||||
version=6.06
|
||||
release=1
|
||||
source="$name-$version.tar.gz::https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd HTTP-Date-$version
|
||||
perl -I. Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user