aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Inspector/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-Inspector/Makefile')
-rw-r--r--databases/p5-DBIx-Inspector/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Inspector/Makefile b/databases/p5-DBIx-Inspector/Makefile
index 64306b25392c..8b7aa7fc049a 100644
--- a/databases/p5-DBIx-Inspector/Makefile
+++ b/databases/p5-DBIx-Inspector/Makefile
@@ -6,8 +6,9 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
PKGNAMEPREFIX= p5-
-MAINTAINER= kuriyama@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to get information from $dbh
+WWW= https://metacpan.org/release/DBIx-Inspector
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
@@ -21,4 +22,6 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
+
.include <bsd.port.mk>