Files
bsdports/perl/p5-Unix-Groups/Makefile
2019-12-26 07:26:06 +00:00

18 lines
413 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD: head/devel/p5-Unix-Groups/Makefile 384810 2015-04-27 02:48:28Z adamw $
PORTNAME= Unix-Groups
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OPI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl support for getgroups and setgroups syscalls
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>