22 lines
395 B
Makefile
22 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:45:04 sthen Exp $
|
|
|
|
COMMENT= check if the documentation of a module is comprehensive
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Pod-Coverage-0.23
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= perl
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Devel-Symdump
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|