27 lines
524 B
Makefile
27 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:02 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = powerful feature-rich perl source code profiler
|
|
|
|
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
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = converters/p5-JSON-Any
|
|
REGRESS_DEPENDS = p5-Sub-Name->=0.05:devel/p5-Sub-Name
|
|
|
|
.include <bsd.port.mk>
|