2002-05-14 08:07:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2002/05/14 12:07:10 naddy Exp $
|
Initial import of p5-XML-RegExp-0.03
---
This package contains regular expressions for the following XML
tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
Maintainer : ports@OpenBSD.org
ps. This module will be uses in the update of p5-XML-DOM. Contacting
avsm@
2002-01-05 09:53:27 -05:00
|
|
|
|
|
|
|
COMMENT= "Provide regular expressions for some XML tokens"
|
|
|
|
|
|
|
|
VERSION= 0.03
|
|
|
|
DISTNAME= XML-RegExp-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
NEED_VERSION= 1.504
|
2002-05-14 08:07:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
Initial import of p5-XML-RegExp-0.03
---
This package contains regular expressions for the following XML
tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
Maintainer : ports@OpenBSD.org
ps. This module will be uses in the update of p5-XML-DOM. Contacting
avsm@
2002-01-05 09:53:27 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|