bd776c0933
Devel::NYTProf is a powerful feature-rich perl source code profiler. NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
24 lines
417 B
Makefile
24 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/21 14:55:19 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
DISTNAME = Devel-NYTProf-2.07
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|