mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
246 B
Makefile
18 lines
246 B
Makefile
COMMENT = modules for parsing/translating POD format documents
|
|
|
|
DISTNAME = Pod-Parser-1.67
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
FIX_CRLF_FILES = Makefile.PL \
|
|
t/pod/find.t
|
|
|
|
.include <bsd.port.mk>
|