mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Use USE_PERL5=modbuildtiny
- Bump PORTREVISION for dependency change With hat: perl
This commit is contained in:
parent
a73ba9e072
commit
deb1c3ff10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328799
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= Data-Model
|
||||
PORTVERSION= 0.00008
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -10,7 +11,6 @@ MAINTAINER= kuriyama@FreeBSD.org
|
|||
COMMENT= Perl extension for model interface which had more data sources unified
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Module-Build-Tiny>=0.020:${PORTSDIR}/devel/p5-Module-Build-Tiny \
|
||||
p5-Class-Trigger>0:${PORTSDIR}/devel/p5-Class-Trigger \
|
||||
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
|
@ -22,8 +22,9 @@ TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|||
p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
MAN3= Data::Model.3 \
|
||||
Data::Model::Accessor.3 \
|
||||
|
@ -54,5 +55,5 @@ MAN3= Data::Model.3 \
|
|||
Data::Model::Schema::SQL.3 \
|
||||
Data::Model::Transaction.3 \
|
||||
Data::Model::Tutorial::JA.3
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue