mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
8aa7fb3c74
Tell me why my perl program runs so slowly PR: ports/51031 Submitted by: Mathieu Arnold <m@absolight.net>
27 lines
644 B
Makefile
27 lines
644 B
Makefile
# New ports collection makefile for: Devel-Profile
|
|
# Date created: 16 march 2003
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-Profile
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Devel
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= m@absolight.net
|
|
COMMENT= Tell me why my perl program runs so slowly
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Devel::Profile.3
|
|
|
|
.include <bsd.port.mk>
|