openbsd-ports/devel/p5-Devel-NYTProf/Makefile

26 lines
467 B
Makefile
Raw Normal View History

2010-09-24 11:29:20 -04:00
# $OpenBSD: Makefile,v 1.7 2010/09/24 15:29:20 sthen Exp $
SHARED_ONLY = Yes
COMMENT = powerful feature-rich perl source code profiler
DISTNAME = Devel-NYTProf-3.11
2010-09-24 11:29:20 -04:00
REVISION = 0
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
RUN_DEPENDS = ::converters/p5-JSON-Any
.include <bsd.port.mk>