mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ca39b2539d
- Add STAGE support - Fix WWW line
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: Ashish SHUKLA <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Pod-Perldoc
|
|
PORTVERSION= 3.21
|
|
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
|
|
|
|
.include <bsd.port.mk>
|