1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/p5-Pod-Perldoc/Makefile
Ashish SHUKLA ca39b2539d - Update to 3.21
- Add STAGE support
- Fix WWW line
2014-01-16 07:27:23 +00:00

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>