21 lines
334 B
Makefile
21 lines
334 B
Makefile
COMMENT= transform LaTeX source files to POD
|
|
|
|
DISTNAME= LaTeX-Pod-0.21
|
|
CATEGORIES= textproc
|
|
REVISION= 0
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-LaTeX-TOM \
|
|
devel/p5-List-MoreUtils \
|
|
devel/p5-Params-Validate \
|
|
devel/p5-boolean
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|