986beaaabc
The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
18 lines
382 B
Makefile
18 lines
382 B
Makefile
PORTNAME= DBIx-Browse
|
|
PORTVERSION= 2.09
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to browse tables
|
|
WWW= https://metacpan.org/release/DBIx-Browse
|
|
|
|
BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|