diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-26 13:57:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-26 13:57:23 +0000 |
commit | a54db1022e86f7804acd598e75c44b8557c3d1d6 (patch) | |
tree | 7ad63cfed5b7e52f105f44f09a3af0f49a6c3d14 /textproc/xerces-p | |
parent | ae0765f750482a5652df72d0a7bfa2030c992810 (diff) | |
download | pkgsrc-a54db1022e86f7804acd598e75c44b8557c3d1d6.tar.gz |
Add HOMEPAGE and use new PERL5_REQD variable to denote dependence on
perl>=5.6.0.
Diffstat (limited to 'textproc/xerces-p')
-rw-r--r-- | textproc/xerces-p/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile index da7a1b7b930..0a706c20ea1 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/26 13:56:01 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/26 13:57:23 jlam Exp $ # DISTNAME= XML-Xerces-1.3.5 @@ -6,16 +6,15 @@ CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-p/ MAINTAINER= manu@netbsd.org -HOMEPAGE= +HOMEPAGE= http://xml.apache.org/xerces-p/ COMMENT= Validating XML parser API for Perl -DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5 -DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base DEPENDS+= swig>=1.1p5:../../devel/swig DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c DEPENDS+= icu>=1.7:../../textproc/icu USE_PERL5= # defined +PERL5_REQD= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist MAKE_ENV+= XERCES_LIB=/usr/pkg/lib |