2006-06-14 06:57:35 +02:00
|
|
|
# New ports collection makefile for: p5-Carp-Assert-More
|
|
|
|
# Date created: 13 Jun 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Carp-Assert-More
|
|
|
|
PORTVERSION= 1.12
|
2008-10-01 10:03:26 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-14 06:57:35 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-14 06:57:35 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-14 06:57:35 +02:00
|
|
|
COMMENT= Convenience wrappers around Carp::Assert
|
|
|
|
|
2008-10-01 10:03:26 +02:00
|
|
|
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
2006-06-14 06:57:35 +02:00
|
|
|
|
|
|
|
MAN3= Carp::Assert::More.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|