mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
306 B
Makefile
18 lines
306 B
Makefile
COMMENT = encode characters for LaTeX formatting
|
|
|
|
DISTNAME = LaTeX-Encode-0.092.0
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = devel/p5-Readonly
|
|
TEST_DEPENDS = devel/p5-Test-Pod-Coverage>=1.08p1 \
|
|
devel/p5-Carp-Always
|
|
|
|
.include <bsd.port.mk>
|