16 lines
278 B
Makefile
16 lines
278 B
Makefile
# $OpenBSD: Makefile,v 1.32 2019/07/12 20:50:08 sthen Exp $
|
|
|
|
COMMENT= perl module for parsing XML documents
|
|
|
|
MODULES= cpan
|
|
DISTNAME = XML-Parser-2.44
|
|
CATEGORIES= textproc
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c expat perl
|
|
|
|
.include <bsd.port.mk>
|