1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add p5-Unix-Groups-FFI 0.002

Unix::Groups::FFI provides a FFI interface to several syscalls related to Unix
groups, including getgroups(2), setgroups(2), getgrouplist(3), and
initgroups(3). As such it will only work on Unix-like operating systems.

WWW: http://search.cpan.org/dist/Unix-Groups-FFI/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-20 20:25:11 +00:00
parent 09792dd5f1
commit e528faaad5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462427
5 changed files with 34 additions and 0 deletions

View File

@ -3679,6 +3679,7 @@
SUBDIR += p5-UUID-Tiny
SUBDIR += p5-Uniq
SUBDIR += p5-Unix-Groups
SUBDIR += p5-Unix-Groups-FFI
SUBDIR += p5-Unix-Statgrab
SUBDIR += p5-Unix-Uptime
SUBDIR += p5-User-Identity

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unix-Groups-FFI
PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interface to Unix group syscalls
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-FFI-Platypus>=0.20:devel/p5-FFI-Platypus
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1519141847
SHA256 (Unix-Groups-FFI-0.002.tar.gz) = 81fef789dca2c9a5675fb4d3a8ed0008ecb533941a01c6e2bae3709a79c44560
SIZE (Unix-Groups-FFI-0.002.tar.gz) = 17090

View File

@ -0,0 +1,5 @@
Unix::Groups::FFI provides a FFI interface to several syscalls related to Unix
groups, including getgroups(2), setgroups(2), getgrouplist(3), and
initgroups(3). As such it will only work on Unix-like operating systems.
WWW: http://search.cpan.org/dist/Unix-Groups-FFI/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Unix/Groups/FFI.pm
%%PERL5_MAN3%%/Unix::Groups::FFI.3.gz