diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:36:22 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:36:22 +0000 |
commit | 6255354c4fd4ba895e76f6d6ffcf6941e928e99d (patch) | |
tree | 72af2552425883eec7897cfba40993f0cf6c2095 /devel | |
parent | Install libsnmp.a into ${PREFIX}/lib (diff) |
Import of a perl5 module to provide access to errno.h constants
Notes
Notes:
svn path=/head/; revision=7081
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Errno/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Errno/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Errno/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Errno/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Errno/pkg-plist | 4 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Errno/Makefile b/devel/p5-Errno/Makefile new file mode 100644 index 000000000000..8d84d1cf0a42 --- /dev/null +++ b/devel/p5-Errno/Makefile @@ -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> diff --git a/devel/p5-Errno/distinfo b/devel/p5-Errno/distinfo new file mode 100644 index 000000000000..d1b80da47ae0 --- /dev/null +++ b/devel/p5-Errno/distinfo @@ -0,0 +1 @@ +MD5 (Errno-1.01.tar.gz) = d971f0c43bec8c8e613a79406996c198 diff --git a/devel/p5-Errno/pkg-comment b/devel/p5-Errno/pkg-comment new file mode 100644 index 000000000000..176192a5afbf --- /dev/null +++ b/devel/p5-Errno/pkg-comment @@ -0,0 +1 @@ +a perl5 module providing access to System errno constants diff --git a/devel/p5-Errno/pkg-descr b/devel/p5-Errno/pkg-descr new file mode 100644 index 000000000000..0867a609dd7a --- /dev/null +++ b/devel/p5-Errno/pkg-descr @@ -0,0 +1,3 @@ + Errno defines and conditionally exports all the error + constants defined in your system errno.h include file. + diff --git a/devel/p5-Errno/pkg-plist b/devel/p5-Errno/pkg-plist new file mode 100644 index 000000000000..38c527fc42ec --- /dev/null +++ b/devel/p5-Errno/pkg-plist @@ -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 |