aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-authcas
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-02-25 22:49:51 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-27 00:03:26 +0000
commita92888184605c788f8d17ac249482cd45bcaf002 (patch)
tree8244788e7b63929614e4e3a0a47517949001d388 /testing/perl-authcas
parent843b013d94dd3d4c0e8a6fd733c2d39047bccc32 (diff)
downloadaports-a92888184605c788f8d17ac249482cd45bcaf002.tar.bz2
aports-a92888184605c788f8d17ac249482cd45bcaf002.tar.xz
community/perl-authcas: move from testing
Diffstat (limited to 'testing/perl-authcas')
-rw-r--r--testing/perl-authcas/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/perl-authcas/APKBUILD b/testing/perl-authcas/APKBUILD
deleted file mode 100644
index 89063246d0..0000000000
--- a/testing/perl-authcas/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 2
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=perl-authcas
-_pkgreal=AuthCAS
-pkgver=1.7
-pkgrel=0
-pkgdesc="Client library for JA-SIG CAS 2.0 authentication server"
-url="https://metacpan.org/release/AuthCAS/"
-arch="noarch"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-cpandepends="perl-libwww perl-io-socket-ssl"
-cpanmakedepends="perl-module-build"
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/O/OS/OSALAUN/AuthCAS-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- perl Build.PL installdirs=vendor
- ./Build
-}
-
-check() {
- ./Build test
-}
-
-package() {
- ./Build install destdir="$pkgdir"
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="10c85ca528bedfd2e54014be3e31ac748c2af923ed58c0af8a066abe213829cee0715a0c711e1e3591854f7bab5f56515e0c883ca0b0353d16170f100168c3be AuthCAS-1.7.tar.gz"