openbsd-ports/devel/p5-Pod-Coverage/Makefile
2006-11-29 08:23:29 +00:00

25 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/11/29 08:23:30 espie Exp $
SHARED_ONLY= Yes
COMMENT= "checks if the documentation of a Perl module is comprehensive"
MODULES= cpan
DISTNAME= Pod-Coverage-0.17
CATEGORIES= devel
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>