mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3ea3db8c5b
- While here trim header
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# Created by: Brian Minard <bminard@flatfoot.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Warn
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to test methods for warnings
|
|
|
|
BUILD_DEPENDS= p5-Carp>=1.22:${PORTSDIR}/devel/p5-Carp \
|
|
p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel \
|
|
p5-Tree-DAG_Node>=1.02:${PORTSDIR}/devel/p5-Tree-DAG_Node
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Warn.3
|
|
|
|
.include <bsd.port.mk>
|