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

26 lines
521 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2007/09/16 02:53:08 merdely 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
2006-12-04 07:38:19 -05:00
DISTNAME= Pod-Coverage-0.18
PKGNAME= p5-${DISTNAME}p0
2006-11-29 03:23:29 -05:00
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
2006-11-29 03:23:29 -05:00
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>