17 lines
288 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:20 naddy Exp $
COMMENT= per-line quick profiler for perl
CATEGORIES= devel
2008-10-05 23:02:45 +00:00
DISTNAME= Devel-FastProf-0.08
2015-07-16 23:57:18 +00:00
REVISION= 4
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c perl
2012-08-23 15:00:32 +00:00
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-Sort-Key
.include <bsd.port.mk>