mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
17 lines
338 B
Makefile
17 lines
338 B
Makefile
PORTNAME= HTML-Perlinfo
|
|
PORTVERSION= 1.73
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Display a lot of Perl information in HTML format
|
|
WWW= https://metacpan.org/release/HTML-Perlinfo
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|