freebsd-ports/devel/p5-Devel-SmallProf/Makefile

26 lines
574 B
Makefile
Raw Normal View History

# New ports collection makefile for: Devel-SmallProf
# Date created: 11 August 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-SmallProf
2007-06-13 22:33:56 +02:00
PORTVERSION= 2.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Per-line Perl profiler
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Devel::SmallProf.3
2007-06-13 22:33:56 +02:00
.include <bsd.port.mk>