# New ports collection makefile for: TeX-Encode # Date created: 15 May2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= TeX-Encode PORTVERSION= 0.6 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}/Pod/LaTeX.pm:${PORTSDIR}/textproc/p5-Pod-LaTeX \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= TeX::Encode.3 PERL_CONFIGURE= yes .include .if ${PERL_LEVEL} < 500800 IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again .endif .include