2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:44:34 ajacoutot Exp $
|
2004-05-31 22:11:10 -04:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
SHARED_ONLY= Yes
|
2004-05-31 22:11:10 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= check if the documentation of a module is comprehensive
|
2004-05-31 22:11:10 -04:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
MODULES= cpan
|
2009-10-26 20:12:37 -04:00
|
|
|
DISTNAME= Pod-Coverage-0.20
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 2
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2004-05-31 22:11:10 -04:00
|
|
|
|
2009-10-26 20:12:37 -04:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2004-05-31 22:11:10 -04:00
|
|
|
|
|
|
|
# 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
|
2004-05-31 22:11:10 -04:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2004-05-31 22:11:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|