17 lines
291 B
Makefile
17 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.33 2020/07/03 21:45:53 sthen Exp $
|
|
|
|
COMMENT= perl module for parsing XML documents
|
|
|
|
MODULES= cpan
|
|
DISTNAME = XML-Parser-2.44
|
|
CATEGORIES= textproc
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c expat perl
|
|
|
|
.include <bsd.port.mk>
|