Import of a perl5 module to provide access to errno.h constants
This commit is contained in:
parent
8fd36313da
commit
6255354c4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7081
5 changed files with 34 additions and 0 deletions
25
devel/p5-Errno/Makefile
Normal file
25
devel/p5-Errno/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Errno
|
||||
# Version required: 1.01
|
||||
# Date created: June 26th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Errno-1.01
|
||||
PKGNAME= p5-Errno-1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Errno
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MAN3= Errno.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Errno/distinfo
Normal file
1
devel/p5-Errno/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Errno-1.01.tar.gz) = d971f0c43bec8c8e613a79406996c198
|
1
devel/p5-Errno/pkg-comment
Normal file
1
devel/p5-Errno/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
a perl5 module providing access to System errno constants
|
3
devel/p5-Errno/pkg-descr
Normal file
3
devel/p5-Errno/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Errno defines and conditionally exports all the error
|
||||
constants defined in your system errno.h include file.
|
||||
|
4
devel/p5-Errno/pkg-plist
Normal file
4
devel/p5-Errno/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/perl5/man/man3/Errno.3.gz
|
||||
lib/perl5/site_perl/i386-freebsd/Errno.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Errno/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Errno
|
Loading…
Reference in a new issue