blob: 1f8d269952e7594a31eacd9f7e2a700d1ff5e123 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Pod-Perldoc
PORTVERSION= 3.25
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Look up Perl documentation in Pod format
WWW= https://metacpan.org/release/Pod-Perldoc
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= PERL_CORE=1
.include <bsd.port.mk>
|