freebsd-ports/textproc/p5-PodParser/Makefile

38 lines
897 B
Makefile
Raw Normal View History

# New ports collection makefile for: Pod::Parser
# Date created: 18 Dec 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PodParser
2004-05-11 11:48:55 +02:00
PORTVERSION= 1.28
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
2003-06-26 18:46:14 +02:00
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
MAN1PREFIX= ${PREFIX}
post-patch:
2002-09-12 19:22:03 +02:00
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
2003-02-12 13:13:58 +01:00
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>