1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/p5-Pod-POM/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

55 lines
1.2 KiB
Makefile

# New ports collection makefile for: Pod::POM
# Date created: 18 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Pod-POM
PORTVERSION= 0.27
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POD Object Model
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= podlint.1 pom2.1 pomdump.1
MAN3= Pod::POM.3 \
Pod::POM::Constants.3 \
Pod::POM::Node.3 \
Pod::POM::Node::Begin.3 \
Pod::POM::Node::Code.3 \
Pod::POM::Node::Content.3 \
Pod::POM::Node::For.3 \
Pod::POM::Node::Head1.3 \
Pod::POM::Node::Head2.3 \
Pod::POM::Node::Head3.3 \
Pod::POM::Node::Head4.3 \
Pod::POM::Node::Item.3 \
Pod::POM::Node::Over.3 \
Pod::POM::Node::Pod.3 \
Pod::POM::Node::Sequence.3 \
Pod::POM::Node::Text.3 \
Pod::POM::Node::Verbatim.3 \
Pod::POM::Nodes.3 \
Pod::POM::View.3 \
Pod::POM::View::HTML.3 \
Pod::POM::View::Pod.3 \
Pod::POM::View::Text.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>