openbsd-ports/devel/p5-Devel-NYTProf/Makefile

27 lines
526 B
Makefile
Raw Normal View History

2010-10-19 14:56:36 -04:00
# $OpenBSD: Makefile,v 1.9 2010/10/19 18:56:36 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = powerful feature-rich perl source code profiler
2010-10-19 14:56:36 -04:00
DISTNAME = Devel-NYTProf-4.05
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = z
MODULES = cpan
2010-10-19 14:56:36 -04:00
USE_GROFF = Yes
RUN_DEPENDS = ::converters/p5-JSON-Any
2010-10-19 14:56:36 -04:00
REGRESS_DEPENDS = :p5-Sub-Name->=0.05:devel/p5-Sub-Name
.include <bsd.port.mk>