Ticket #26534: Portfile

File Portfile, 1.3 KB (added by reg-macports.org@…, 14 years ago)

Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem              1.0
4
5name                    eperl
6version                 2.2.14
7
8platforms               darwin
9categories              www perl
10maintainers             nomaintainer
11
12description             Embedded Perl Language
13long_description        ePerl interprets an ASCII file bristled with Perl 5 \
14                        program statements by evaluating the Perl 5 code while \
15                        passing through the plain ASCII data.
16
17homepage                http://www.ossp.org/pkg/tool/eperl/
18master_sites            ftp://ftp.ossp.org/pkg/tool/eperl/ \
19                        http://ftp.ossp.org/pkg/tool/eperl/
20
21checksums               md5     0213580b6711b5312d1873f9732ae8d6 \
22                        sha1    cf05566602d93019a38638a6958739a1e192ead7
23
24## Most patches are copied from the Debian distribution, which uses patch
25## files with a prefix
26##
27patch.pre_args          -p1
28
29patchfiles              copyright-updates.diff \
30                        eperl_2.2.14-15.2.diff \
31                        fix-spelling-errors.diff \
32                        document-double-shebang.diff \
33                        fix-preprocessor-comments-to-behave-as-documented.diff \
34                        fix-format-string-error-in-perl-stderr.diff \
35                        \
36                        debian-2.2.14-16.diff \
37                        wml-2.0.11-merge.diff \
38                        \
39                        patch-etc_shtool
40
41configure.args          --with-perl=${prefix}/bin/perl \
42                        --enable-debug
43
44destroot.destdir        prefix=${destroot}${prefix} \
45                        mandir=${destroot}${prefix}/share/man
46
47test.run                yes