Tweak textproc/p5-Pod-Stripper version 0.22_4
[dports.git] / textproc / p5-Pod-Stripper / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD: textproc/p5-Pod-Stripper/Makefile 324174 2013-08-02 18:52:07Z mat $
3
4 PORTNAME=       Pod-Stripper
5 PORTVERSION=    0.22
6 PORTREVISION=   4
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Strip all pod, and output what's left
13
14 USES=           perl5
15 USE_PERL5=      configure
16 USE_DOS2UNIX=   yes
17
18 MAN1=           podstrip.1
19 MAN3=           Pod::Stripper.3
20
21 .include <bsd.port.mk>