diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:05:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:05:27 +0000 |
commit | ce8499d7f75af6dd2e4c904c4a98e019afb8c98b (patch) | |
tree | e95dae05098fc2ca7cc67e897efb1d34a3c86d66 /textproc/rubygem-albino | |
parent | 70a4a1bf0e65cd0c51ef98b90ffd67c6e1d44708 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-albino')
-rw-r--r-- | textproc/rubygem-albino/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-albino/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index 97b5a24b6c78..e8be5bee67d5 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby wrapper for pygmentize +LICENSE= MIT + RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments diff --git a/textproc/rubygem-albino/pkg-descr b/textproc/rubygem-albino/pkg-descr index 2525e587e356..5bca3954c2aa 100644 --- a/textproc/rubygem-albino/pkg-descr +++ b/textproc/rubygem-albino/pkg-descr @@ -1,3 +1,3 @@ Ruby wrapper for pygmentize. -WWW: https://github.com/github/albino +WWW: https://github.com/github-archive/albino |