Ticket #40320: Portfile

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