e1ce057ee0
Changelog: add support for the Namespaces in XML 1.1 spec from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
25 lines
511 B
Makefile
25 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/12/11 20:28:10 steven Exp $
|
|
|
|
COMMENT= "perl module to the SAX2 NamespaceSupport class"
|
|
|
|
VERSION= 1.09
|
|
DISTNAME= XML-NamespaceSupport-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|