mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 1.005001
- Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
This commit is contained in:
parent
452d9d32e2
commit
5a22055876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403490
@ -2,19 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-QueryLog
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.005.001
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Log queries for later analysis
|
||||
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0.07000:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0.070000:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Moo>=2:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (DBIx-Class-QueryLog-1.3.3.tar.gz) = 668b2596a63d5611e17776f7ba3c1bcbe50f02bd74f51340338bf9c000c4b249
|
||||
SIZE (DBIx-Class-QueryLog-1.3.3.tar.gz) = 32244
|
||||
SHA256 (DBIx-Class-QueryLog-1.005001.tar.gz) = 9779351069b0413f6c2963fb464e916eaf92c4b812a32c1b53072ddd876bf9e7
|
||||
SIZE (DBIx-Class-QueryLog-1.005001.tar.gz) = 17150
|
||||
|
@ -1,8 +1,10 @@
|
||||
%%SITE_PERL%%/DBIx/Class/QueryLog.pm
|
||||
%%SITE_PERL%%/DBIx/Class/QueryLog/Analyzer.pm
|
||||
%%SITE_PERL%%/DBIx/Class/QueryLog/NotifyOnMax.pm
|
||||
%%SITE_PERL%%/DBIx/Class/QueryLog/Query.pm
|
||||
%%SITE_PERL%%/DBIx/Class/QueryLog/Transaction.pm
|
||||
%%PERL5_MAN3%%/DBIx::Class::QueryLog.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::QueryLog::Analyzer.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::QueryLog::NotifyOnMax.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::QueryLog::Query.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::QueryLog::Transaction.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user