aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Stripper/Makefile
blob: 734eae5eeb2ab0f8793c38f71ee9bcc518d001a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Pod-Stripper
PORTVERSION=	0.22
PORTREVISION=	4
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Strip all pod, and output what's left

PERL_CONFIGURE=	yes
USE_DOS2UNIX=	yes

MAN1=		podstrip.1
MAN3=		Pod::Stripper.3

.include <bsd.port.mk>