diff --git devel/bsdowl/Portfile devel/bsdowl/Portfile
index 4980e27..13b988b 100644
|
|
|
2 | 2 | # $Id: Portfile 125182 2014-09-09 02:53:08Z ryandesign@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | | PortGroup bitbucket 1.0 |
| 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | bitbucket.setup michipili bsdowl 2.2 v |
| 7 | github.setup michipili bsdowl 2.2.1 v |
8 | 8 | categories devel |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:michipili |
… |
… |
long_description This collection of BSD Make directives can be used to \ |
21 | 21 | configuration files, Preparation of a static website \ |
22 | 22 | with ONSGMLS. |
23 | 23 | |
24 | | checksums rmd160 e934151176d150151bb2f7848cf9e902f54471db \ |
25 | | sha256 73f76a738188cac7d17ac8a039254d86e8d37ceef1a9d210040ba3fdbff3fa30 |
| 24 | checksums rmd160 db48c5610a99ba001a2be009cf8c9c549d8da197 \ |
| 25 | sha256 269030428efec1a554f7ce038820f218e09523d771875c2ed6b6e7cd0288f4fd |
26 | 26 | |
27 | | bitbucket.tarball_from downloads |
| 27 | github.tarball_from releases |
28 | 28 | distname ${name}-${version} |
29 | 29 | use_xz yes |
30 | 30 | |
31 | 31 | build.type bsd |
| 32 | |
| 33 | depends_build port:ocaml-findlib \ |
| 34 | port:GraphicsMagick |