forked from ports/contrib
p5-test-differences: initial commit, version 0.64
This commit is contained in:
parent
91c8ebb298
commit
e22141a7aa
17
p5-test-differences/.footprint
Normal file
17
p5-test-differences/.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/Test/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Test/Differences.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/Test/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Test/Differences/
|
||||
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/Test::Differences.3pm.gz
|
5
p5-test-differences/.signature
Normal file
5
p5-test-differences/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38suARP6GoPlKSjLcvdtLlWzMbAu7EqQvsBccbpARd9gGlEeDqqz6G2imzViK3HDHaMMHbChXHwBJxAHvOyemQ0=
|
||||
SHA256 (Pkgfile) = 29d28c19dafa23b3b8c50bed3c4ee4154f122ee2f9a8e76024bf919bc1ea45a2
|
||||
SHA256 (.footprint) = 9d3dedccadf85f46b0c3aff846b800fb9e90f65b7a69a7221fd304a2fadc9ac4
|
||||
SHA256 (Test-Differences-0.64.tar.gz) = 9f459dd9c2302a0a73e2f5528a0ce7d09d6766f073187ae2c69e603adf2eb276
|
17
p5-test-differences/Pkgfile
Normal file
17
p5-test-differences/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Perl Module Test::Differences
|
||||
# URL: https://cpan.metacpan.org/dist/Test-Differences
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-text-diff
|
||||
|
||||
name=p5-test-differences
|
||||
version=0.64
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Test-Differences-$version
|
||||
PERL_MM_USE_DEFAULT=1 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