1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Remove broken and useless dependency. This dependency is part of Perl >=5.6,

and we don't suppot lower Perl versions any more. This change makes this
  port usable again.
- Trim duplicated dependency
- Bump PORTREVISION

Approved by:	maintainer inactivity (aaron),
		erwin (mentor)
This commit is contained in:
Gabor Kovesdan 2007-02-18 13:17:51 +00:00
parent 46108f84c9
commit ec1ca091c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185436

View File

@ -7,6 +7,7 @@
PORTNAME= TeX-Encode
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY
@ -15,9 +16,7 @@ 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
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= TeX::Encode.3