2016-03-20 19:56:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2016/03/20 19:57:11 naddy Exp $
|
2001-05-06 04:11:38 +00:00
|
|
|
|
2007-09-15 20:59:36 +00:00
|
|
|
COMMENT= perl module for parsing XML documents
|
2001-01-21 19:22:42 +00:00
|
|
|
|
2007-01-21 21:46:20 +00:00
|
|
|
MODULES= cpan
|
2015-01-25 10:32:05 +00:00
|
|
|
DISTNAME = XML-Parser-2.44
|
2007-01-21 21:46:20 +00:00
|
|
|
CATEGORIES= textproc
|
2001-01-21 19:22:42 +00:00
|
|
|
|
2011-06-25 08:24:00 +00:00
|
|
|
# perl
|
2001-01-21 19:22:42 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2016-03-20 19:56:05 +00:00
|
|
|
WANTLIB += c expat perl
|
2001-01-21 19:22:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|