freebsd-ports/databases/p5-DBIx-Class-QueryProfiler/Makefile
Philip M. Gollucci 0608cadfe1 - Update to 0.03
Changes:        http://search.cpan.org/dist/DBIx-Class-QueryProfiler/Changes
PR:             ports/143752
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (andrey@kostenko.name; 14 days)

Feature safe:   yes
2010-02-26 00:16:05 +00:00

23 lines
550 B
Makefile

# New ports collection makefile for: DBIx-Class-QueryProfiler
# Date created: 25 December 2009
# Whom: andrey@kostenko.name
#
# $FreeBSD$
PORTNAME= DBIx-Class-QueryProfiler
PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrey@kostenko.name
COMMENT= DBIx::Class profiler
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.9+
MAN3= DBIx::Class::QueryProfiler.3
.include <bsd.port.mk>