blob: 35fde5d42646500fce3661f83374cb0a92fc9672 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
NO_STAGE= yes
.include <bsd.port.mk>
|