Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
807 bytes
|
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: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup Calendar-Simple 1.21 |
---|
9 | revision 5 |
---|
10 | license {Artistic-1 GPL} |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Perl extension to create simple calendar |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums rmd160 069a3791321272dbb7d414ac8ef7fd9eba707817 \ |
---|
19 | sha256 3f1f8f8408d9913ab4e0284f981065357ec6ebc8e8357c317100f5c627d3d465 |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | depends_lib-append \ |
---|
23 | port:p${perl5.major}-datetime |
---|
24 | |
---|
25 | perl5.use_module_build |
---|
26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.