aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-30 22:45:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-30 22:45:02 +0800
commit8c7f6a170e17ed31a10aed3b39f91eaa1f149a44 (patch)
treef3d3b423f087148bc3a37d2387171223c7e6d161 /devel
parent28d78e06dc744d6fc71ace0149e175202de3401e (diff)
downloadfreebsd-ports-gnome-8c7f6a170e17ed31a10aed3b39f91eaa1f149a44.tar.gz
freebsd-ports-gnome-8c7f6a170e17ed31a10aed3b39f91eaa1f149a44.tar.zst
freebsd-ports-gnome-8c7f6a170e17ed31a10aed3b39f91eaa1f149a44.zip
- Use USE_PERL5=modbuildtiny
- Bump PORTREVISION for dependency change With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-Model/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Data-Model/Makefile b/devel/p5-Data-Model/Makefile
index 91d5c3782494..696fa96434b0 100644
--- a/devel/p5-Data-Model/Makefile
+++ b/devel/p5-Data-Model/Makefile
@@ -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>