ports/devel/p5-Test-Pod-Coverage/Makefile

16 lines
268 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= check for pod coverage in your distribution
MODULES= cpan
PKG_ARCH= *
DISTNAME = Test-Pod-Coverage-1.10
CATEGORIES= devel
REVISION = 0
# Artistic
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Pod-Coverage
.include <bsd.port.mk>