Skip to content
Snippets Groups Projects
Commit 50b5ed60 authored by Timothy Legge's avatar Timothy Legge
Browse files

main/perl-cgi-fast: remove unnecessary perl-dev from makedepends

parent c2961f5b
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,12 @@ pkgdesc="CGI Interface for Fast CGI" ...@@ -8,14 +8,12 @@ pkgdesc="CGI Interface for Fast CGI"
url="https://metacpan.org/release/CGI-Fast" url="https://metacpan.org/release/CGI-Fast"
arch="noarch" arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl" license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl-cgi perl-fcgi" depends="perl perl-cgi perl-fcgi"
makedepends="perl-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz" source="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver" builddir="$srcdir/$_pkgreal-$pkgver"
build() { build() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment