# New ports collection makefile for: p5-Test-Pod # Date created: 2 july 2003 # Whom: Mathieu Arnold # # $FreeBSD$ # PORTNAME= Test-Pod PORTVERSION= 1.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check for POD errors in files PERL_MODBUILD= yes MAN3= Test::Pod.3 .include .if ${PERL_LEVEL} < 500905 RUN_DEPENDS+= p5-Pod-Simple>=3.05:${PORTSDIR}/textproc/p5-Pod-Simple .endif .include