of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
23 lines
649 B
Makefile
23 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.25 2005/08/06 06:19:31 jlam Exp $
|
|
|
|
DISTNAME= eperl-2.2.14
|
|
PKGREVISION= 3
|
|
CATEGORIES= lang perl5 textproc
|
|
MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.engelschall.com/sw/eperl/
|
|
COMMENT= Interpreter/preprocessor for Perl embedded in text documents
|
|
|
|
PERL5_PACKLIST= auto/Parse/ePerl/.packlist
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-perl=${PERL5}
|
|
PERL5_CONFIGURE= NO
|
|
PERL5_CONFIGURE_DIRS= ${WRKSRC}/mod/Parse
|
|
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/mod/Parse
|
|
|
|
post-configure: perl5-configure
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|