1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/p5-TeX-Encode/Makefile
2021-04-06 16:31:07 +02:00

27 lines
543 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
PORTNAME= TeX-Encode
PORTVERSION= 2.009
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ATHREEF
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode/decode Perl utf-8 strings into TeX
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Parser>=3.35:www/p5-HTML-Parser \
p5-Pod-LaTeX>=0.56:textproc/p5-Pod-LaTeX
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>