24 lines
452 B
Makefile
24 lines
452 B
Makefile
# $OpenBSD: Makefile,v 1.24 2013/10/16 16:57:55 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
DISTNAME = Devel-NYTProf-5.06
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c z
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = converters/p5-JSON-Any
|
|
TEST_DEPENDS = devel/p5-Sub-Name>=0.05 \
|
|
devel/p5-Test-Differences>=0.60
|
|
|
|
.include <bsd.port.mk>
|