24 lines
509 B
Makefile
24 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.32 2016/11/25 23:49:04 bluhm Exp $
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
DISTNAME = Devel-NYTProf-6.04
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl z
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = converters/p5-JSON-MaybeXS \
|
|
sysutils/p5-File-Which>=1.09
|
|
TEST_DEPENDS = devel/p5-Sub-Name>=0.05 \
|
|
devel/p5-Test-Differences>=0.60 \
|
|
devel/p5-Test-Portability-Files
|
|
|
|
.include <bsd.port.mk>
|