20 lines
334 B
Makefile
20 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:57:07 naddy Exp $
|
|
|
|
COMMENT = convert pod documentation to latex format
|
|
|
|
DISTNAME = Pod-LaTeX-0.61
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|