mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/p5-Test-mysqld: Update to 1.0013
- Add LICENSE - Fix indent - Add NO_ARCH Changes: https://metacpan.org/dist/Test-mysqld/changes
This commit is contained in:
parent
07a918febb
commit
9a4f093b2b
2 changed files with 16 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= Test-mysqld
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0013
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -8,14 +7,20 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension for mysqld test runner
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
|
||||
p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive \
|
||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
||||
p5-Test-SharedFork>=0.06:devel/p5-Test-SharedFork
|
||||
RUN_DEPENDS= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \
|
||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
||||
p5-DBI>=0:databases/p5-DBI \
|
||||
p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive
|
||||
TEST_DEPENDS= p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Test-mysqld-0.17.tar.gz) = 824b87ab511b308ffb2f3f41f7ca5b41e39767f533a9b1a416a034362b1fd497
|
||||
SIZE (Test-mysqld-0.17.tar.gz) = 22861
|
||||
TIMESTAMP = 1650970281
|
||||
SHA256 (Test-mysqld-1.0013.tar.gz) = 57ad41a09057c963b582c81a076efa50fa56ebae2177d830777de838605e3eef
|
||||
SIZE (Test-mysqld-1.0013.tar.gz) = 16491
|
||||
|
|
Loading…
Add table
Reference in a new issue