aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Mock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-Mock/Makefile')
-rw-r--r--databases/p5-DBD-Mock/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile
index f9af2fa65469..803afab4b8bc 100644
--- a/databases/p5-DBD-Mock/Makefile
+++ b/databases/p5-DBD-Mock/Makefile
@@ -1,13 +1,13 @@
-# Created by: Espen Tagestad <espen@tagestad.no>
-
PORTNAME= DBD-Mock
-PORTVERSION= 1.55
+PORTVERSION= 1.59
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= culot@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Simple mock DBD implementation used for testing
+WWW= https://metacpan.org/release/DBD-Mock
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
@@ -19,4 +19,6 @@ RUN_DEPENDS= p5-DBI>=1.3:databases/p5-DBI \
USES= perl5
USE_PERL5= modbuildtiny
+NO_ARCH= yes
+
.include <bsd.port.mk>