20 lines
387 B
Makefile
20 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:47:59 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
COMMENT= per-line quick profiler for perl
|
|
CATEGORIES= devel
|
|
DISTNAME= Devel-FastProf-0.08
|
|
REVISION= 0
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Sort-Key
|
|
|
|
.include <bsd.port.mk>
|