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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | name p5-mime-base64-urlsafe |
---|
8 | version 0.01 |
---|
9 | categories perl |
---|
10 | platforms darwin |
---|
11 | license unknown |
---|
12 | maintainers patoline.org:pe openmaintainer |
---|
13 | |
---|
14 | description Perl version of Python's URL-safe base64 codec |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage http://search.cpan.org/~kazuho/MIME-Base64-URLSafe-0.01/lib/MIME/Base64/URLSafe.pm |
---|
19 | master_sites http://search.cpan.org/CPAN/authors/id/K/KA/KAZUHO/ |
---|
20 | |
---|
21 | distfiles MIME-Base64-URLSafe-${version}.tar.gz |
---|
22 | worksrcdir MIME-Base64-URLSafe-${version} |
---|
23 | |
---|
24 | checksums rmd160 561b7c26371079494c91f56b3f23347837f14a1b\ |
---|
25 | sha256 cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798 |
---|
26 | |
---|
27 | perl5.use_module_build |
---|
28 | use_configure no |
---|
29 | |
---|
30 | build.cmd {perl Makefile.PL && make} |
---|
31 | build.target |
---|
32 | build.args |
---|
33 | build.pre_args |
---|
34 | build.post_args |
---|
35 | destroot.cmd {make} |
---|
36 | destroot.pre_args |
---|
37 | destroot.post_args DESTDIR=${destroot} |
---|
38 | use_parallel_build no |
---|