ports/textproc/p5-XML-Parser/Makefile

14 lines
217 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= perl module for parsing XML documents
MODULES= cpan
DISTNAME = XML-Parser-2.46
CATEGORIES= textproc
FIX_EXTRACT_PERMISSIONS = Yes
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c expat perl
.include <bsd.port.mk>