freebsd-ports/databases/p5-DBIx-Class-QueryProfiler/Makefile
Andrej Zverev c810d087f5 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 08:50:54 +00:00

29 lines
717 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.05
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBIx::Class profiler
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic
PERL_CONFIGURE= yes
MAN3= DBIx::Class::QueryProfiler.3
.include <bsd.port.mk>