freebsd-ports/devel/p5-Devel-NYTProf/Makefile
Dmitry Marakasov bd709d8a78 - Update to 2.07
PR:		128527
Submitted by:	Vladimir Timofeev <vovkasm at gmail dot com>
2008-11-02 11:07:16 +00:00

32 lines
630 B
Makefile

# New ports collection makefile for: p5-Devel-NYTProf
# Date created: 2008-10-21
# Whom: Vladimir Timofeev <vovkasm@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Devel-NYTProf
PORTVERSION= 2.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vovkasm@gmail.com
COMMENT= Powerful feature-rich perl source code profiler
USE_PERL5= 5.8.1+
PERL_CONFIGURE= yes
MAN1= nytprofhtml.1 \
nytprofcsv.1
MAN3= Devel::NYTProf.3 \
Devel::NYTProf::Apache.3 \
Devel::NYTProf::Core.3 \
Devel::NYTProf::Data.3 \
Devel::NYTProf::ReadStream.3 \
Devel::NYTProf::Reader.3 \
Devel::NYTProf::Util.3
.include <bsd.port.mk>