openbsd-ports/devel/p5-Pod-Coverage/Makefile
msf cf8417ae72 Initial import of Pod-Coverage-0.13
This module provides a mechanism for determining if the pod for a given
module is comprehensive.

ok sturm@
2004-06-01 02:11:10 +00:00

27 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 02:11:10 msf Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "checks if the documentation of a Perl module is comprehensive"
DISTNAME= Pod-Coverage-0.13
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:=Pod/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump
CONFIGURE_STYLE= perl modbuild
.include <bsd.port.mk>