mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 1.80
- Remove unneeded dependencies Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
This commit is contained in:
parent
e99881938b
commit
a0ca6fd1f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370898
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SQL-Abstract
|
||||
PORTVERSION= 1.78
|
||||
PORTVERSION= 1.80
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,13 +13,11 @@ COMMENT= Perl extension to generate SQL from Perl data structures
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10005:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
|
||||
p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
|
||||
p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge
|
||||
BUILD_DEPENDS= p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-Test-Deep>=0.101:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (SQL-Abstract-1.78.tar.gz) = 43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193
|
||||
SIZE (SQL-Abstract-1.78.tar.gz) = 97200
|
||||
SHA256 (SQL-Abstract-1.80.tar.gz) = de4d0507fca0c6340c17867abca0632017bd56594443e67ea6ace826ba9a07a2
|
||||
SIZE (SQL-Abstract-1.80.tar.gz) = 102509
|
||||
|
|
Loading…
Add table
Reference in a new issue