diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-24 05:56:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-24 05:56:25 +0000 |
commit | 0adeaaac21ae35013e14d5b92fe710319e8f0f51 (patch) | |
tree | d5ee0a607a5a938a56351c9778609bfd5c47d1ec /textproc | |
parent | 8a3ddadd73c7a9e7c183859fc183a0095ae85f83 (diff) | |
download | pkgsrc-0adeaaac21ae35013e14d5b92fe710319e8f0f51.tar.gz |
Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:
audio/ices-mp3
databases/postgresql73-plperl
databases/postgresql74-plperl
textproc/eperl
www/ap-perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eperl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 12fa74e845b..9df4e4be9a4 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/24 05:56:26 jlam Exp $ DISTNAME= eperl-2.2.14 +PKGREVISION= 1 CATEGORIES= lang perl5 textproc MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ @@ -11,12 +12,12 @@ COMMENT= Interpreter/preprocessor for Perl embedded in text documents PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist GNU_CONFIGURE= YES +PERL5_REQD+= 5.8.0 PERL5_CONFIGURE= NO PERL5_CONFIGURE_DIRS= ${WRKSRC}/mod/Parse BUILD_DIRS= ${WRKSRC} ${WRKSRC}/mod/Parse post-configure: perl5-configure -.include "../../lang/libperl/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |