aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Pod/Makefile
blob: c1c3981c718b41d0e1923ad685f872cc0812e090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$

PORTNAME=	Test-Pod
PORTVERSION=	1.48
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DWHEELER
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Check for POD errors in files

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Test::Pod.3

.include <bsd.port.mk>