mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/p5-Socket-Netlink: new port had been added (+)
This module contains the low-level constants and structure handling
functions required to use PF_NETLINK socket family available on e.g.
Linux and FreeBSD.
devel/p5-ExtUtils-H2PM: add missing TEST_DEPENDS in commit 671c6c6e
Requested by: glebius
This commit is contained in:
parent
6f84266353
commit
ee23dd0dcc
6 changed files with 51 additions and 0 deletions
|
@ -13,6 +13,7 @@ LICENSE_COMB= dual
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Module-Build>=0.4004:devel/p5-Module-Build
|
BUILD_DEPENDS= p5-Module-Build>=0.4004:devel/p5-Module-Build
|
||||||
|
TEST_DEPENDS= p5-Test-Pod>=1.00:devel/p5-Test-Pod
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -887,6 +887,7 @@
|
||||||
SUBDIR += p5-Socket-Class
|
SUBDIR += p5-Socket-Class
|
||||||
SUBDIR += p5-Socket-GetAddrInfo
|
SUBDIR += p5-Socket-GetAddrInfo
|
||||||
SUBDIR += p5-Socket-Multicast6
|
SUBDIR += p5-Socket-Multicast6
|
||||||
|
SUBDIR += p5-Socket-Netlink
|
||||||
SUBDIR += p5-Socket6
|
SUBDIR += p5-Socket6
|
||||||
SUBDIR += p5-Socks
|
SUBDIR += p5-Socks
|
||||||
SUBDIR += p5-Sort-Key-IPv4
|
SUBDIR += p5-Sort-Key-IPv4
|
||||||
|
|
33
net/p5-Socket-Netlink/Makefile
Normal file
33
net/p5-Socket-Netlink/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
PORTNAME= Socket-Netlink
|
||||||
|
PORTVERSION= 0.05
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
COMMENT= Perl interface to PF_NETLINK socket family
|
||||||
|
WWW= https://metacpan.org/dist/Socket-Netlink
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-ExtUtils-CChecker>=0.02:devel/p5-ExtUtils-CChecker \
|
||||||
|
p5-ExtUtils-H2PM>=0.07:devel/p5-ExtUtils-H2PM \
|
||||||
|
p5-Module-Build>=0:devel/p5-Module-Build
|
||||||
|
TEST_DEPENDS= p5-Test-HexString>=0:devel/p5-Test-HexString \
|
||||||
|
p5-Test-Pod>=1.00:devel/p5-Test-Pod
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/include.*netlink/ { s,linux,netlink,; \
|
||||||
|
s,genetlink,netlink_generic,; }' ${WRKSRC}/Build.PL \
|
||||||
|
${WRKSRC}/lib/Socket/Netlink/Generic_const.pm.PL \
|
||||||
|
${WRKSRC}/lib/Socket/Netlink.xs
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Socket/Netlink/Netlink.so
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/p5-Socket-Netlink/distinfo
Normal file
3
net/p5-Socket-Netlink/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1479421310
|
||||||
|
SHA256 (Socket-Netlink-0.05.tar.gz) = d847db59b148d08d40fe09dda2cc257ef72fb1eb5a0d68155fbedcb1f585d8bd
|
||||||
|
SIZE (Socket-Netlink-0.05.tar.gz) = 31908
|
3
net/p5-Socket-Netlink/pkg-descr
Normal file
3
net/p5-Socket-Netlink/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This module contains the low-level constants and structure handling
|
||||||
|
functions required to use PF_NETLINK socket family available on e.g.
|
||||||
|
Linux and FreeBSD.
|
10
net/p5-Socket-Netlink/pkg-plist
Normal file
10
net/p5-Socket-Netlink/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
%%SITE_ARCH%%/IO/Socket/Netlink.pm
|
||||||
|
%%SITE_ARCH%%/IO/Socket/Netlink/Generic.pm
|
||||||
|
%%SITE_ARCH%%/Socket/Netlink.pm
|
||||||
|
%%SITE_ARCH%%/Socket/Netlink/Generic.pm
|
||||||
|
%%SITE_ARCH%%/Socket/Netlink/Generic_const.pm
|
||||||
|
%%SITE_ARCH%%/auto/Socket/Netlink/Netlink.so
|
||||||
|
%%PERL5_MAN3%%/IO::Socket::Netlink.3.gz
|
||||||
|
%%PERL5_MAN3%%/IO::Socket::Netlink::Generic.3.gz
|
||||||
|
%%PERL5_MAN3%%/Socket::Netlink.3.gz
|
||||||
|
%%PERL5_MAN3%%/Socket::Netlink::Generic.3.gz
|
Loading…
Add table
Reference in a new issue