freebsd-ports/devel/p5-Test-Pod/Makefile
2013-10-31 14:31:30 +00:00

17 lines
320 B
Makefile

# 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
.include <bsd.port.mk>