# HG changeset patch
# Parent c2aa291c5b5a2db37ae132fb9c48274c3d21de76
diff -r c2aa291c5b5a rsync.macports.org/release/ports/perl/p5-http-lite/Portfile
a
|
b
|
|
| 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 |
1 | 2 | # $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $ |
2 | 3 | PortSystem 1.0 |
3 | 4 | PortGroup perl5 1.0 |
4 | 5 | |
5 | 6 | perl5.setup HTTP-Lite 2.1.6 |
| 7 | categories-append www |
| 8 | platforms darwin |
6 | 9 | maintainers nomaintainer |
7 | | categories-append www |
| 10 | homepage http://search.cpan.org/~rhooper/${distname}/ |
| 11 | supported_archs noarch |
| 12 | |
8 | 13 | description Perl5 modules for Lightweight HTTP implementation |
| 14 | |
9 | 15 | long_description ${description} |
10 | | homepage http://search.cpan.org/~rhooper/${distname}/ |
| 16 | |
11 | 17 | checksums md5 29e1324555a805981be132f3979970ba |
12 | | platforms darwin |
13 | | |
14 | | supported_archs noarch |