2000-06-22 13:07:21 +02:00
|
|
|
# New ports collection makefile for: p5-Error
|
|
|
|
# Date created: 24-May-2000
|
|
|
|
# Whom: Peter van Heusden <pvh@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Error
|
2006-12-10 09:10:35 +01:00
|
|
|
PORTVERSION= 0.17.008
|
2000-06-22 13:07:21 +02:00
|
|
|
CATEGORIES= lang perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2006-08-30 03:16:04 +02:00
|
|
|
MASTER_SITE_SUBDIR= Error
|
2000-06-22 13:07:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2006-11-10 04:11:09 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(00[0-9])$/\1/}
|
2000-06-22 13:07:21 +02:00
|
|
|
|
2006-12-08 14:38:00 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= Perl module to provide Error/exception support for perl: Error
|
2000-06-22 13:07:21 +02:00
|
|
|
|
2006-12-10 09:10:35 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-06-22 13:07:21 +02:00
|
|
|
|
2006-08-30 03:16:04 +02:00
|
|
|
MAN3= Error.3 Error::Simple.3
|
2006-07-01 17:51:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-08-30 03:16:04 +02:00
|
|
|
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500702
|
2006-11-10 04:11:09 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2006-07-01 17:51:55 +02:00
|
|
|
.endif
|
2000-06-22 13:07:21 +02:00
|
|
|
|
2006-07-01 17:51:55 +02:00
|
|
|
.include <bsd.port.post.mk>
|