openbsd-ports/textproc/p5-LaTeX-Encode/Makefile
sthen bb51797759 imports ports/textproc/p5-LaTeX-Encode, merged from submissions by Andrew Fresh
and Chris Bennett. Earlier version OK landry@

TeX::Encode exports the function 'latex_encode' which encodes
characters in a string, that would be incorrectly interpreted by
LaTeX.
2012-06-27 10:57:54 +00:00

19 lines
369 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/06/27 10:57:54 sthen Exp $
COMMENT= encode characters for LaTeX formatting
DISTNAME= LaTeX-Encode-0.03
CATEGORIES= textproc
MODULES= cpan
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= devel/p5-Test-Pod-Coverage>=1.08p1
.include <bsd.port.mk>