openbsd-ports/devel/p5-Test-Pod/Makefile
msf ce4797c986 Initial import of Test-Pod-1.16
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
2004-06-10 01:33:45 +00:00

29 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 01:33:45 msf Exp $
COMMENT= "check for POD errors in files"
DISTNAME= Test-Pod-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Test-Builder-Tester \
::textproc/p5-Pod-Simple
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>