50256c7cf6
feedback and ok sthen@
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/10/02 20:35:09 simon Exp $
|
|
|
|
COMMENT = code coverage metrics for Perl
|
|
SHARED_ONLY = Yes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Devel-Cover-0.64
|
|
PKGNAME = p5-${DISTNAME}p0
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = ::devel/p5-Pod-Coverage \
|
|
::devel/p5-Test-Differences \
|
|
::textproc/p5-PPI-HTML \
|
|
::textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|