summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p5-role-tiny/.footprint20
-rw-r--r--p5-role-tiny/.signature5
-rw-r--r--p5-role-tiny/Pkgfile22
3 files changed, 47 insertions, 0 deletions
diff --git a/p5-role-tiny/.footprint b/p5-role-tiny/.footprint
new file mode 100644
index 000000000..43659d7fb
--- /dev/null
+++ b/p5-role-tiny/.footprint
@@ -0,0 +1,20 @@
+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/Role/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Role/Tiny.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Role/Tiny/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Role/Tiny/With.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/Role/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Role/Tiny/
+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/Role::Tiny.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Role::Tiny::With.3pm.gz
diff --git a/p5-role-tiny/.signature b/p5-role-tiny/.signature
new file mode 100644
index 000000000..849e85478
--- /dev/null
+++ b/p5-role-tiny/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3wXKNZVx6dPAoL1DSkDL6Xx0ZzgrR/I6w0ZfxQek/GW9XFFslmhnmNet3sJfEmHj2HjzLwoEIdHhmpYnXMTflgI=
+SHA256 (Pkgfile) = bce579b2e040678ba7717695ebb6af85cbf62ce089be2c7bfbfcb810b906d8ae
+SHA256 (.footprint) = 135b991c5fccf8f947038172aefa3ab8b21c076047cb16adca252e9e759efdab
+SHA256 (Role-Tiny-2.000008.tar.gz) = b1541fc5e3e0eb2dbd55b25c432293c197e0153c2c9f7747deba4df72c27146a
diff --git a/p5-role-tiny/Pkgfile b/p5-role-tiny/Pkgfile
new file mode 100644
index 000000000..81575cc2e
--- /dev/null
+++ b/p5-role-tiny/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Roles. Like a nouvelle cuisine portion size slice of Moose.
+# URL: https://cpan.metacpan.org/dist/Role-Tiny/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-role-tiny
+version=2.000008
+release=1
+source=(https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-$version.tar.gz)
+
+build() {
+ cd Role-Tiny-$version
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$PKG"'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '"$PKG"'" \
+ MODULEBUILDRC=/dev/null
+ perl Makefile.PL
+ make
+ make install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit