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

27 lines
519 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2010/12/03 11:44:34 ajacoutot Exp $
2006-11-29 03:23:29 -05:00
SHARED_ONLY= Yes
COMMENT= check if the documentation of a module is comprehensive
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Pod-Coverage-0.20
REVISION= 2
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Devel-Symdump
2006-11-29 03:23:29 -05:00
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>