1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/p5-Pod-LaTeX/Makefile
2006-12-26 21:25:43 +00:00

34 lines
682 B
Makefile

# New ports collection makefile for: p5-Pod-LaTeX
# Date created: 2006-02-27
# Whom: Paul Dlug <paul@aps.org>
#
# $FreeBSD$
#
PORTNAME= Pod-LaTeX
PORTVERSION= 0.58
CATEGORIES= textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX= p5-
MAINTAINER= paul@aps.org
COMMENT= Convert Pod to LaTeX
PERL_CONFIGURE= yes
MAN1= pod2latex.1
MAN3= Pod::LaTeX.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/pod2latex.PL ${PREFIX}/bin/pod2latex
.include <bsd.port.post.mk>