freebsd-ports/textproc/p5-TeX-Encode/Makefile
2006-12-26 21:28:11 +00:00

33 lines
889 B
Makefile

# New ports collection makefile for: TeX-Encode
# Date created: 15 May2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= TeX-Encode
PORTVERSION= 0.8
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Encode/decode Perl utf-8 strings into TeX
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/Pod/LaTeX.pm:${PORTSDIR}/textproc/p5-Pod-LaTeX
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= TeX::Encode.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>