p5-common-sense: initial commit, version 3.74

This commit is contained in:
Tim Biermann 2019-08-31 10:43:03 +00:00
parent fda7c1a2fe
commit c142efd4ab
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

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/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/common/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/common/sense/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/common/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/common/sense.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/common::sense.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30JMTsyHC2NVXDcbyJJ80OhS/lRvkXHeJtzrHDAyKQKIrQpSStA3oHjEcaGXrkhpuBEGXGT7CnyeUu37NUGHQQA=
SHA256 (Pkgfile) = 5e3f245d775201c991e0a3ce4d9ad074539d97bdb5760f43f8f01a673e34f880
SHA256 (.footprint) = 0f456fcfbae1b571f417a1ea3bd895e7b74df92b8c7242f71891d7759a9c82a5
SHA256 (common-sense-3.74.tar.gz) = 771f7d02abd1ded94d9e37d3f66e795c8d2026d04defbeb5b679ca058116bbf3

17
p5-common-sense/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Implements some sane defaults for Perl programs
# URL: https://cpan.metacpan.org/dist/common-sense
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-common-sense
version=3.74
release=1
source=(https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-$version.tar.gz)
build() {
cd common-sense-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}