freebsd-ports/devel/p5-Carp-Assert-More/Makefile
Frederic Culot 35900fb200 - Update to 1.14
- Add LICENSE (Artistic 2)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Carp-Assert-More/Changes
Feature safe:	yes
2012-11-15 13:16:01 +00:00

23 lines
505 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Carp-Assert-More
PORTVERSION= 1.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convenience wrappers around Carp::Assert
LICENSE= ART20
BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
MAN3= Carp::Assert::More.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>