freebsd-ports/textproc/p5-Pod-Perldoc/Makefile
Mathieu Arnold 500e6a241e Have perldoc use mandoc before *roff. Also, fix perldoc when using more as a
pager.

Differential Revision:	https://reviews.freebsd.org/D2373
With hat:	perl@
Sponsored by:	Absolight
2015-04-27 14:32:09 +00:00

19 lines
351 B
Makefile

# Created by: Ashish SHUKLA <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= Pod-Perldoc
PORTVERSION= 3.25
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Look up Perl documentation in Pod format
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= PERL_CORE=1
.include <bsd.port.mk>