19 lines
371 B
Makefile
19 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/09/24 15:23:07 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
COMMENT= per-line quick profiler for perl
|
|
CATEGORIES= devel
|
|
DISTNAME= Devel-FastProf-0.08
|
|
REVISION= 0
|
|
MODULES= cpan
|
|
|
|
# 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>
|