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

29 lines
528 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.14 2012/08/23 15:05:15 sthen Exp $
SHARED_ONLY = Yes
COMMENT = powerful feature-rich perl source code profiler
DISTNAME = Devel-NYTProf-4.06
2012-08-23 11:00:32 -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
2012-08-23 11:00:32 -04:00
WANTLIB += c z
MODULES = cpan
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = converters/p5-JSON-Any
2010-11-26 02:18:59 -05:00
REGRESS_DEPENDS = devel/p5-Sub-Name>=0.05
USE_GROFF = Yes
.include <bsd.port.mk>