freebsd-ports/devel/p5-Test-Pod/Makefile
Sunpoet Po-Chuan Hsieh 461308473d - Update to 1.51
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Pod/Changes
2015-07-06 17:46:49 +00:00

20 lines
341 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= Test-Pod
PORTVERSION= 1.51
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Check for POD errors in files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>