freebsd-ports/textproc/p5-Pod-ProjectDocs/Makefile
2011-09-01 13:07:56 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: Pod-ProjectDocs
# Date created: 31 August 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Pod-ProjectDocs
PORTVERSION= 0.40
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generates CPAN like pod pages
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-JSON>=2.04:${PORTSDIR}/converters/p5-JSON \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
MAN1= pod2projdocs.1
MAN3= Pod::ProjectDocs.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500808
BUILD_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
.endif
.include <bsd.port.post.mk>