summaryrefslogtreecommitdiff
path: root/textproc/eperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/eperl/Makefile')
-rw-r--r--textproc/eperl/Makefile5
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"