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 | perl5.setup HTML-CalendarMonthSimple 1.25 |
---|
8 | #perl5.setup HTML-CalendarMonthSimple 1.25 ../by-authors/id/S/ST/STIGMATA |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | # Uncomment this line if you know there will be no arch-specific code: |
---|
12 | #supported_archs noarch |
---|
13 | |
---|
14 | description HTML::CalendarMonthSimple (no description available) |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums sha256 00cdd627996104df5cedee8e78596698917879b726263987d85b38d69d870c62 \ |
---|
19 | rmd160 eb7639454d22fa43371220b9b9c602424579c11a |
---|
20 | |
---|
21 | depends_lib-append port:p5-date-calc |
---|
22 | |
---|
23 | |
---|