the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: eperl
Version: 2.2.14
Revision: 4
Description: Embedded Perl 5 Language
License: Artistic
Maintainer: Christian Swinehart
Source: ftp://ftp.ossp.org/pkg/tool/eperl/eperl-%v.tar.gz
Source-MD5: 0213580b6711b5312d1873f9732ae8d6
DocFiles: ARTISTIC ANNOUNCE CREDITS NEWS INSTALL.APACHE KNOWN.BUGS PORTING VERSIONS ChangeLog ChangeLog.1x ChangeLog.20 ChangeLog.21
PatchScript: <<
patch -p1 <%a/eperl.patch
chmod +x etc/shtool
<<
CompileScript: <<
./configure %c
make
make test
<<
InstallScript: <<
make install prefix=%i
mkdir -p %i/share/doc/%n
mv eg %i/share/doc/%n/examples
mv contrib/utils %i/share/doc/%n
<<
DescDetail: <<
ePerl interprets an ASCII file bristled with Perl 5 program statements by
evaluating the Perl 5 code while passing through the plain ASCII data. It
can operate in various ways: As a stand-alone Unix filter or integrated
Perl 5 module for general file generation tasks and as a powerful Webserver
scripting language for dynamic HTML page programming.
This package contains the perl module. Use the eperl package for standalone.
<<
HomePage: http://www.engelschall.com/sw/eperl/