1997-06-27 01:36:22 +00:00
|
|
|
# New ports collection makefile for: p5-Errno
|
|
|
|
# Date created: June 26th 1997
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
1997-06-27 01:36:22 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-06-27 01:36:22 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= Errno
|
2000-04-22 22:25:32 +00:00
|
|
|
PORTVERSION= 1.09
|
1997-06-27 01:36:22 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Errno
|
2000-04-11 21:30:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-06-27 01:36:22 +00:00
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A perl5 module providing access to System errno constants
|
1997-06-27 01:36:22 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= YES
|
1997-06-27 01:36:22 +00:00
|
|
|
|
|
|
|
MAN3= Errno.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|