openbsd-ports/devel/p5-Devel-NYTProf/Makefile
bluhm bd776c0933 Initial import of p5-Devel-NYTProf 2.07
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.
2008-11-21 14:55:19 +00:00

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>