16 lines
284 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2017/12/02 01:09:57 espie Exp $
COMMENT= perl module for parsing XML documents
MODULES= cpan
DISTNAME = XML-Parser-2.44
CATEGORIES= textproc
FIX_EXTRACT_PERMISSIONS = Yes
2011-06-25 08:24:00 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c expat perl
.include <bsd.port.mk>