diff options
Diffstat (limited to 'devel/p5-Data-ObjectDriver/Makefile')
-rw-r--r-- | devel/p5-Data-ObjectDriver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-ObjectDriver/Makefile b/devel/p5-Data-ObjectDriver/Makefile index 1443a480714f..31aca66d5c7d 100644 --- a/devel/p5-Data-ObjectDriver/Makefile +++ b/devel/p5-Data-ObjectDriver/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-ObjectDriver -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +23,6 @@ TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include <bsd.port.mk> |