summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser/Makefile
blob: 17e68b754b8d45d5b4eb5b58035e9ca749ee7dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:	Pod::Parser
# Date created:		18 Dec 2001
# Whom:			Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	PodParser
PORTVERSION=	1.28
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Pod
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Modules to work with POD (Plain Old Documentation)

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INSTALLDIRS="site"

MAN1=		pod2usage.1 podchecker.1 podselect.1
MAN3=		Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
		Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
		Pod::Usage.3

.include <bsd.port.pre.mk>

PLIST_SUB=	PL_FILES=""

.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS=	${BUILD_DEPENDS}
.elif ${PERL_LEVEL} < 500802
.undef		MAN1
PLIST_SUB=	PL_FILES="@comment "
.endif

post-patch:
.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500802
	@${PERL} -pi -e 'm,_FILES, && s,.,,sg' ${WRKSRC}/Makefile.PL
.endif
	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;

.include <bsd.port.post.mk>