17 lines
246 B
Makefile
17 lines
246 B
Makefile
COMMENT = modules for parsing/translating POD format documents
|
|
|
|
DISTNAME = Pod-Parser-1.65
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
FIX_CRLF_FILES = Makefile.PL \
|
|
t/pod/find.t
|
|
|
|
.include <bsd.port.mk>
|