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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name eperl |
---|
6 | version 2.2.14 |
---|
7 | |
---|
8 | platforms darwin |
---|
9 | categories www perl |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Embedded Perl Language |
---|
13 | long_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 | |
---|
17 | homepage http://www.ossp.org/pkg/tool/eperl/ |
---|
18 | master_sites ftp://ftp.ossp.org/pkg/tool/eperl/ \ |
---|
19 | http://ftp.ossp.org/pkg/tool/eperl/ |
---|
20 | |
---|
21 | checksums md5 0213580b6711b5312d1873f9732ae8d6 \ |
---|
22 | sha1 cf05566602d93019a38638a6958739a1e192ead7 |
---|
23 | |
---|
24 | ## Most patches are copied from the Debian distribution, which uses patch |
---|
25 | ## files with a prefix |
---|
26 | ## |
---|
27 | patch.pre_args -p1 |
---|
28 | |
---|
29 | patchfiles 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 | |
---|
41 | configure.args --with-perl=${prefix}/bin/perl \ |
---|
42 | --enable-debug |
---|
43 | |
---|
44 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
45 | mandir=${destroot}${prefix}/share/man |
---|
46 | |
---|
47 | test.run yes |
---|