New package: perl-Socket6-0.28

This commit is contained in:
Leah Neukirchen 2017-05-18 16:42:12 +02:00
parent 2600e281ad
commit 06565494e6
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template build file for 'perl-Socket6'.
pkgname=perl-Socket6
version=0.28
revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="${makedepends}"
short_desc="Socket6 - IPv6 related part of the C socket.h defines and structure manipulators"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://search.cpan.org/dist/Socket6"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/${pkgname/perl-/}/${pkgname/perl-/}-${version}.tar.gz"
checksum=bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586
nocross=yes # XXX fixme later
post_extract() {
sed -i '/CFLAGS/d' Makefile.PL
}