38bd744b6b
This is a package of a XML::Parser style and generic classes for easily parsing XML documents into native object-oriented perl form. from Sam Smith <s at msmith.net>
27 lines
536 B
Makefile
27 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/25 18:31:56 sturm Exp $
|
|
|
|
COMMENT= "generic classes for simplistic handling of XML data"
|
|
|
|
DISTNAME= XML-Elemental-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|