- Remove test only and already-in-core dependencies.
This commit is contained in:
parent
16adcfe1b2
commit
7219e6e45d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246026
2 changed files with 3 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= SQL-Abstract-Limit
|
||||
PORTVERSION= 0.141
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,10 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= SQL Portability layer for LIMIT emulation
|
||||
|
||||
RUN_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
RUN_DEPENDS= p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= UNIVERSAL-can
|
||||
PORTVERSION= 1.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Hack around people calling UNIVERSAL::can() as a function
|
||||
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Test-Simple>=0.60:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= UNIVERSAL::can.3
|
||||
|
|
Loading…
Reference in a new issue