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
|
2008-07-31 21:20:32 +02:00
|
|
|
PORTVERSION= 0.17015
|
2000-06-22 13:07:21 +02:00
|
|
|
CATEGORIES= lang perl5
|
2007-08-29 14:36:36 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-22 13:07:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@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
|
|
|
|
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
|
|
|
|
2008-06-28 20:09:03 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2009-05-16 08:27:56 +02:00
|
|
|
|
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-06-28 20:09:03 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|